Home
last modified time | relevance | path

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

/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c1383 static int readReq( LSAPI_Request * pReq ) in readReq()
1546 int LSAPI_Is_Listen_r( LSAPI_Request * pReq) in LSAPI_Is_Listen_r()
1552 int LSAPI_Accept_r( LSAPI_Request * pReq ) in LSAPI_Accept_r()
1619 int LSAPI_Finish_r( LSAPI_Request * pReq ) in LSAPI_Finish_r()
1649 int LSAPI_End_Response_r(LSAPI_Request * pReq) in LSAPI_End_Response_r()
1684 void LSAPI_Reset_r( LSAPI_Request * pReq ) in LSAPI_Reset_r()
1695 int LSAPI_Release_r( LSAPI_Request * pReq ) in LSAPI_Release_r()
2044 void Flush_RespBuf_r( LSAPI_Request * pReq ) in Flush_RespBuf_r()
2068 int LSAPI_Flush_r( LSAPI_Request * pReq ) in LSAPI_Flush_r()
2423 int LSAPI_ForeachEnv_r( LSAPI_Request * pReq, in LSAPI_ForeachEnv_r()
[all …]
H A Dlsapilib.h198 static inline int LSAPI_SetRespStatus_r( LSAPI_Request * pReq, int code ) in LSAPI_SetRespStatus_r()
206 static inline int LSAPI_SetAppData_r( LSAPI_Request * pReq, void * data ) in LSAPI_SetAppData_r()
214 static inline void * LSAPI_GetAppData_r( LSAPI_Request * pReq ) in LSAPI_GetAppData_r()
221 static inline char * LSAPI_GetQueryString_r( LSAPI_Request * pReq ) in LSAPI_GetQueryString_r()
229 static inline char * LSAPI_GetScriptFileName_r( LSAPI_Request * pReq ) in LSAPI_GetScriptFileName_r()
237 static inline char * LSAPI_GetScriptName_r( LSAPI_Request * pReq ) in LSAPI_GetScriptName_r()
245 static inline char * LSAPI_GetRequestMethod_r( LSAPI_Request * pReq) in LSAPI_GetRequestMethod_r()
254 static inline off_t LSAPI_GetReqBodyLen_r( LSAPI_Request * pReq ) in LSAPI_GetReqBodyLen_r()
261 static inline off_t LSAPI_GetReqBodyRemain_r( LSAPI_Request * pReq ) in LSAPI_GetReqBodyRemain_r()

Completed in 17 milliseconds