Home
last modified time | relevance | path

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

/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c1392 static int readReq( LSAPI_Request * pReq ) in readReq()
1555 int LSAPI_Is_Listen_r( LSAPI_Request * pReq) in LSAPI_Is_Listen_r()
1561 int LSAPI_Accept_r( LSAPI_Request * pReq ) in LSAPI_Accept_r()
1628 int LSAPI_Finish_r( LSAPI_Request * pReq ) in LSAPI_Finish_r()
1658 int LSAPI_End_Response_r(LSAPI_Request * pReq) in LSAPI_End_Response_r()
1693 void LSAPI_Reset_r( LSAPI_Request * pReq ) in LSAPI_Reset_r()
1704 int LSAPI_Release_r( LSAPI_Request * pReq ) in LSAPI_Release_r()
2087 void Flush_RespBuf_r( LSAPI_Request * pReq ) in Flush_RespBuf_r()
2111 int LSAPI_Flush_r( LSAPI_Request * pReq ) in LSAPI_Flush_r()
2466 int LSAPI_ForeachEnv_r( LSAPI_Request * pReq, in LSAPI_ForeachEnv_r()
[all …]
H A Dlsapilib.h196 static inline int LSAPI_SetRespStatus_r( LSAPI_Request * pReq, int code ) in LSAPI_SetRespStatus_r()
204 static inline int LSAPI_SetAppData_r( LSAPI_Request * pReq, void * data ) in LSAPI_SetAppData_r()
212 static inline void * LSAPI_GetAppData_r( LSAPI_Request * pReq ) in LSAPI_GetAppData_r()
219 static inline char * LSAPI_GetQueryString_r( LSAPI_Request * pReq ) in LSAPI_GetQueryString_r()
227 static inline char * LSAPI_GetScriptFileName_r( LSAPI_Request * pReq ) in LSAPI_GetScriptFileName_r()
235 static inline char * LSAPI_GetScriptName_r( LSAPI_Request * pReq ) in LSAPI_GetScriptName_r()
243 static inline char * LSAPI_GetRequestMethod_r( LSAPI_Request * pReq) in LSAPI_GetRequestMethod_r()
252 static inline off_t LSAPI_GetReqBodyLen_r( LSAPI_Request * pReq ) in LSAPI_GetReqBodyLen_r()
259 static inline off_t LSAPI_GetReqBodyRemain_r( LSAPI_Request * pReq ) in LSAPI_GetReqBodyRemain_r()

Completed in 23 milliseconds