LSAPI_ST_RESP_HEADER 1170 sapi/litespeed/lsapilib.c     pReq->m_reqState = LSAPI_ST_REQ_BODY | LSAPI_ST_RESP_HEADER;
LSAPI_ST_RESP_HEADER 1339 sapi/litespeed/lsapilib.c             if ( pReq->m_reqState & LSAPI_ST_RESP_HEADER )
LSAPI_ST_RESP_HEADER 1547 sapi/litespeed/lsapilib.c     if ( pReq->m_reqState & LSAPI_ST_RESP_HEADER )
LSAPI_ST_RESP_HEADER 1690 sapi/litespeed/lsapilib.c     if ( pReq->m_reqState & LSAPI_ST_RESP_HEADER )
LSAPI_ST_RESP_HEADER 1751 sapi/litespeed/lsapilib.c     if ( pReq->m_reqState & LSAPI_ST_RESP_HEADER )
LSAPI_ST_RESP_HEADER 2126 sapi/litespeed/lsapilib.c     if ( !( pReq->m_reqState & LSAPI_ST_RESP_HEADER ) )
LSAPI_ST_RESP_HEADER 2128 sapi/litespeed/lsapilib.c     pReq->m_reqState &= ~LSAPI_ST_RESP_HEADER;