Lines Matching defs:pReq

268 static inline int allocateBuf( LSAPI_Request * pReq, int size )  in allocateBuf()
281 static int allocateIovec( LSAPI_Request * pReq, int n ) in allocateIovec()
295 static int allocateRespHeaderBuf( LSAPI_Request * pReq, int size ) in allocateRespHeaderBuf()
414 static inline void fixEndian( LSAPI_Request * pReq ) in fixEndian()
428 static void fixHeaderIndexEndian( LSAPI_Request * pReq ) in fixHeaderIndexEndian()
455 static int parseRequest( LSAPI_Request * pReq, int totalLen ) in parseRequest()
525 static int readReq( LSAPI_Request * pReq ) in readReq()
613 int LSAPI_InitRequest( LSAPI_Request * pReq, int fd ) in LSAPI_InitRequest()
649 int LSAPI_Is_Listen_r( LSAPI_Request * pReq) in LSAPI_Is_Listen_r()
656 int LSAPI_Accept_r( LSAPI_Request * pReq ) in LSAPI_Accept_r()
708 int LSAPI_Finish_r( LSAPI_Request * pReq ) in LSAPI_Finish_r()
735 void LSAPI_Reset_r( LSAPI_Request * pReq ) in LSAPI_Reset_r()
746 int LSAPI_Release_r( LSAPI_Request * pReq ) in LSAPI_Release_r()
764 char * LSAPI_GetHeader_r( LSAPI_Request * pReq, int headerIndex ) in LSAPI_GetHeader_r()
782 static int readBodyToReqBuf( LSAPI_Request * pReq ) in readBodyToReqBuf()
807 int LSAPI_ReqBodyGetChar_r( LSAPI_Request * pReq ) in LSAPI_ReqBodyGetChar_r()
823 int LSAPI_ReqBodyGetLine_r( LSAPI_Request * pReq, char * pBuf, int bufLen, int *getLF ) in LSAPI_ReqBodyGetLine_r()
869 int LSAPI_ReadReqBody_r( LSAPI_Request * pReq, char * pBuf, int bufLen ) in LSAPI_ReadReqBody_r()
919 int LSAPI_Write_r( LSAPI_Request * pReq, const char * pBuf, int len ) in LSAPI_Write_r()
990 void Flush_RespBuf_r( LSAPI_Request * pReq ) in Flush_RespBuf_r()
1015 int LSAPI_Flush_r( LSAPI_Request * pReq ) in LSAPI_Flush_r()
1056 int LSAPI_Write_Stderr_r( LSAPI_Request * pReq, const char * pBuf, int len ) in LSAPI_Write_Stderr_r()
1107 static char * GetHeaderVar( LSAPI_Request * pReq, const char * name ) in GetHeaderVar()
1148 char * LSAPI_GetEnv_r( LSAPI_Request * pReq, const char * name ) in LSAPI_GetEnv_r()
1167 int LSAPI_ForeachOrgHeader_r( LSAPI_Request * pReq, in LSAPI_ForeachOrgHeader_r()
1216 int LSAPI_ForeachHeader_r( LSAPI_Request * pReq, in LSAPI_ForeachHeader_r()
1306 int LSAPI_ForeachEnv_r( LSAPI_Request * pReq, in LSAPI_ForeachEnv_r()
1321 int LSAPI_ForeachSpecialEnv_r( LSAPI_Request * pReq, in LSAPI_ForeachSpecialEnv_r()
1338 int LSAPI_FinalizeRespHeaders_r( LSAPI_Request * pReq ) in LSAPI_FinalizeRespHeaders_r()
1368 int LSAPI_AppendRespHeader_r( LSAPI_Request * pReq, char * pBuf, int len ) in LSAPI_AppendRespHeader_r()
1800 static int lsapi_prefork_server_accept( lsapi_prefork_server * pServer, LSAPI_Request * pReq ) in lsapi_prefork_server_accept()
1938 int LSAPI_Prefork_Accept_r( LSAPI_Request * pReq ) in LSAPI_Prefork_Accept_r()