Searched refs:m_reqBodyLen (Results 1 – 3 of 3) sorted by relevance
153 int32_t m_reqBodyLen; member
234 return pReq->m_pHeader->m_reqBodyLen; in LSAPI_GetReqBodyLen_r()241 return pReq->m_pHeader->m_reqBodyLen - pReq->m_reqBodyRead; in LSAPI_GetReqBodyRemain_r()
418 swapIntEndian( &p->m_reqBodyLen ); in fixEndian()791 bodyLeft = pReq->m_pHeader->m_reqBodyLen - pReq->m_reqBodyRead; in readBodyToReqBuf()877 total = pReq->m_pHeader->m_reqBodyLen - pReq->m_reqBodyRead; in LSAPI_ReadReqBody_r()
Completed in 11 milliseconds