Searched refs:stopSendCnt (Results 1 – 3 of 3) sorted by relevance
240 } while (flag && (session->stopSendCnt[tid] == 0)); in DoSendDataFrame()259 if (session->stopSendCnt[tid] != 0) { in CheckSendByBackPress()265 stopCnt = session->stopSendCnt[tid]; in CheckSendByBackPress()276 …session->stopSendCnt[tid] = (session->stopSendCnt[tid] > fileProcessCnt) ? (session->stopSendCnt[t… in CheckSendByBackPress()288 fileProcessCnt, peerInfo->rateStateInterval, stopCnt, session->stopSendCnt[tid]); in CheckSendByBackPress()
795 session->stopSendCnt[index]++; in DFileSessionResolveBackPress()799 session->stopSendCnt[index] = 0; in DFileSessionResolveBackPress()
153 uint32_t stopSendCnt[NSTACKX_MAX_CLIENT_SEND_THREAD_NUM]; member