Lines Matching refs:m_reqState
1401 pReq->m_reqState = LSAPI_ST_REQ_HEADER; in readReq()
1433 pReq->m_reqState = LSAPI_ST_REQ_BODY | LSAPI_ST_RESP_HEADER; in readReq()
1623 if (pReq->m_reqState) in LSAPI_Finish_r()
1627 if ( pReq->m_reqState & LSAPI_ST_RESP_HEADER ) in LSAPI_Finish_r()
1652 if (pReq->m_reqState & LSAPI_ST_BACKGROUND) in LSAPI_End_Response_r()
1654 if (pReq->m_reqState) in LSAPI_End_Response_r()
1658 if ( pReq->m_reqState & LSAPI_ST_RESP_HEADER ) in LSAPI_End_Response_r()
1677 pReq->m_reqState |= LSAPI_ST_BACKGROUND; in LSAPI_End_Response_r()
1870 if (pReq->m_reqState & LSAPI_ST_BACKGROUND) in LSAPI_Write_r()
1874 if ( pReq->m_reqState & LSAPI_ST_RESP_HEADER ) in LSAPI_Write_r()
1888 pReq->m_reqState |= LSAPI_ST_RESP_BODY; in LSAPI_Write_r()
2024 if ( pReq->m_reqState & LSAPI_ST_RESP_HEADER ) in LSAPI_sendfile_r()
2028 pReq->m_reqState |= LSAPI_ST_RESP_BODY; in LSAPI_sendfile_r()
2047 pReq->m_reqState |= LSAPI_ST_RESP_BODY; in Flush_RespBuf_r()
2083 if ( pReq->m_reqState & LSAPI_ST_RESP_HEADER ) in LSAPI_Flush_r()
2456 if ( !( pReq->m_reqState & LSAPI_ST_RESP_HEADER ) ) in LSAPI_FinalizeRespHeaders_r()
2458 pReq->m_reqState &= ~LSAPI_ST_RESP_HEADER; in LSAPI_FinalizeRespHeaders_r()
2485 if ( pReq->m_reqState & LSAPI_ST_RESP_BODY ) in LSAPI_AppendRespHeader2_r()
2539 if ( pReq->m_reqState & LSAPI_ST_RESP_BODY ) in LSAPI_AppendRespHeader_r()
3441 pReq->m_reqState = 0; in LSAPI_Accept_Before_Fork()