Searched refs:m_totalLen (Results 1 – 2 of 2) sorted by relevance
1619 pReq->m_totalLen += LSAPI_PACKET_HEADER_LEN; in LSAPI_Finish_r()1653 pReq->m_totalLen += LSAPI_PACKET_HEADER_LEN << 1; in LSAPI_End_Response_r()1895 pReq->m_totalLen += packetLen + LSAPI_PACKET_HEADER_LEN; in LSAPI_Write_r()2065 pReq->m_totalLen += bufLen + LSAPI_PACKET_HEADER_LEN; in Flush_RespBuf_r()2094 pReq->m_totalLen = 0; in LSAPI_Flush_r()2112 n, pReq->m_totalLen ); in LSAPI_Flush_r()2113 if ( ret < pReq->m_totalLen ) in LSAPI_Flush_r()2118 pReq->m_totalLen = 0; in LSAPI_Flush_r()2478 pReq->m_totalLen += pReq->m_pIovecCur->iov_len; in LSAPI_FinalizeRespHeaders_r()2484 pReq->m_totalLen += pReq->m_pIovec->iov_len; in LSAPI_FinalizeRespHeaders_r()[all …]
116 int m_totalLen; member
Completed in 21 milliseconds