Searched refs:m_totalLen (Results 1 – 2 of 2) sorted by relevance
1630 pReq->m_totalLen += LSAPI_PACKET_HEADER_LEN; in LSAPI_Finish_r()1664 pReq->m_totalLen += LSAPI_PACKET_HEADER_LEN << 1; in LSAPI_End_Response_r()1906 pReq->m_totalLen += packetLen + LSAPI_PACKET_HEADER_LEN; in LSAPI_Write_r()2042 pReq->m_totalLen += bufLen + LSAPI_PACKET_HEADER_LEN; in Flush_RespBuf_r()2071 pReq->m_totalLen = 0; in LSAPI_Flush_r()2089 n, pReq->m_totalLen ); in LSAPI_Flush_r()2090 if ( ret < pReq->m_totalLen ) in LSAPI_Flush_r()2095 pReq->m_totalLen = 0; in LSAPI_Flush_r()2455 pReq->m_totalLen += pReq->m_pIovecCur->iov_len; in LSAPI_FinalizeRespHeaders_r()2461 pReq->m_totalLen += pReq->m_pIovec->iov_len; in LSAPI_FinalizeRespHeaders_r()[all …]
117 int m_totalLen; member
Completed in 23 milliseconds