Lines Matching refs:total
1489 off_t total; in LSAPI_ReadReqBody_r() local
1494 total = pReq->m_reqBodyLen - pReq->m_reqBodyRead; in LSAPI_ReadReqBody_r()
1496 if ( total <= 0 ) in LSAPI_ReadReqBody_r()
1498 if ( total < bufLen ) in LSAPI_ReadReqBody_r()
1499 bufLen = total; in LSAPI_ReadReqBody_r()
1501 total = 0; in LSAPI_ReadReqBody_r()
1509 total += len; in LSAPI_ReadReqBody_r()
1518 total += len; in LSAPI_ReadReqBody_r()
1524 if ( !total) in LSAPI_ReadReqBody_r()
1529 pReq->m_reqBodyRead += total; in LSAPI_ReadReqBody_r()
1530 return total; in LSAPI_ReadReqBody_r()