Lines Matching refs:m_reqState
1382 pReq->m_reqState = LSAPI_ST_REQ_HEADER; in readReq()
1414 pReq->m_reqState = LSAPI_ST_REQ_BODY | LSAPI_ST_RESP_HEADER; in readReq()
1604 if (pReq->m_reqState) in LSAPI_Finish_r()
1608 if ( pReq->m_reqState & LSAPI_ST_RESP_HEADER ) in LSAPI_Finish_r()
1633 if (pReq->m_reqState & LSAPI_ST_BACKGROUND) in LSAPI_End_Response_r()
1635 if (pReq->m_reqState) in LSAPI_End_Response_r()
1639 if ( pReq->m_reqState & LSAPI_ST_RESP_HEADER ) in LSAPI_End_Response_r()
1658 pReq->m_reqState |= LSAPI_ST_BACKGROUND; in LSAPI_End_Response_r()
1851 if (pReq->m_reqState & LSAPI_ST_BACKGROUND) in LSAPI_Write_r()
1855 if ( pReq->m_reqState & LSAPI_ST_RESP_HEADER ) in LSAPI_Write_r()
1869 pReq->m_reqState |= LSAPI_ST_RESP_BODY; in LSAPI_Write_r()
2039 if ( pReq->m_reqState & LSAPI_ST_RESP_HEADER ) in LSAPI_sendfile_r()
2043 pReq->m_reqState |= LSAPI_ST_RESP_BODY; in LSAPI_sendfile_r()
2062 pReq->m_reqState |= LSAPI_ST_RESP_BODY; in Flush_RespBuf_r()
2098 if ( pReq->m_reqState & LSAPI_ST_RESP_HEADER ) in LSAPI_Flush_r()
2471 if ( !( pReq->m_reqState & LSAPI_ST_RESP_HEADER ) ) in LSAPI_FinalizeRespHeaders_r()
2473 pReq->m_reqState &= ~LSAPI_ST_RESP_HEADER; in LSAPI_FinalizeRespHeaders_r()
2500 if ( pReq->m_reqState & LSAPI_ST_RESP_BODY ) in LSAPI_AppendRespHeader2_r()
2554 if ( pReq->m_reqState & LSAPI_ST_RESP_BODY ) in LSAPI_AppendRespHeader_r()
3460 pReq->m_reqState = 0; in LSAPI_Accept_Before_Fork()