Home
last modified time | relevance | path

Searched defs:pReq (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/sapi/litespeed/
H A Dlsapilib.c525 static int readReq( LSAPI_Request * pReq ) in readReq()
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()
807 int LSAPI_ReqBodyGetChar_r( LSAPI_Request * pReq ) in LSAPI_ReqBodyGetChar_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()
1216 int LSAPI_ForeachHeader_r( LSAPI_Request * pReq, in LSAPI_ForeachHeader_r()
[all …]
H A Dlsapilib.h190 static inline int LSAPI_SetRespStatus_r( LSAPI_Request * pReq, int code ) in LSAPI_SetRespStatus_r()
198 static inline char * LSAPI_GetQueryString_r( LSAPI_Request * pReq ) in LSAPI_GetQueryString_r()
206 static inline char * LSAPI_GetScriptFileName_r( LSAPI_Request * pReq ) in LSAPI_GetScriptFileName_r()
214 static inline char * LSAPI_GetScriptName_r( LSAPI_Request * pReq ) in LSAPI_GetScriptName_r()
222 static inline char * LSAPI_GetRequestMethod_r( LSAPI_Request * pReq) in LSAPI_GetRequestMethod_r()
231 static inline int LSAPI_GetReqBodyLen_r( LSAPI_Request * pReq ) in LSAPI_GetReqBodyLen_r()
238 static inline int LSAPI_GetReqBodyRemain_r( LSAPI_Request * pReq ) in LSAPI_GetReqBodyRemain_r()

Completed in 25 milliseconds