Searched refs:m_totalLen (Results 1 – 2 of 2) sorted by relevance
1638 pReq->m_totalLen += LSAPI_PACKET_HEADER_LEN; in LSAPI_Finish_r()1672 pReq->m_totalLen += LSAPI_PACKET_HEADER_LEN << 1; in LSAPI_End_Response_r()1914 pReq->m_totalLen += packetLen + LSAPI_PACKET_HEADER_LEN; in LSAPI_Write_r()2050 pReq->m_totalLen += bufLen + LSAPI_PACKET_HEADER_LEN; in Flush_RespBuf_r()2079 pReq->m_totalLen = 0; in LSAPI_Flush_r()2097 n, pReq->m_totalLen ); in LSAPI_Flush_r()2098 if ( ret < pReq->m_totalLen ) in LSAPI_Flush_r()2103 pReq->m_totalLen = 0; in LSAPI_Flush_r()2463 pReq->m_totalLen += pReq->m_pIovecCur->iov_len; in LSAPI_FinalizeRespHeaders_r()2469 pReq->m_totalLen += pReq->m_pIovec->iov_len; in LSAPI_FinalizeRespHeaders_r()[all …]
116 int m_totalLen; member
Completed in 41 milliseconds