Home
last modified time | relevance | path

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

/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c1382 static int readReq( LSAPI_Request * pReq ) in readReq()
1545 int LSAPI_Is_Listen_r( LSAPI_Request * pReq) in LSAPI_Is_Listen_r()
1551 int LSAPI_Accept_r( LSAPI_Request * pReq ) in LSAPI_Accept_r()
1618 int LSAPI_Finish_r( LSAPI_Request * pReq ) in LSAPI_Finish_r()
1648 int LSAPI_End_Response_r(LSAPI_Request * pReq) in LSAPI_End_Response_r()
1683 void LSAPI_Reset_r( LSAPI_Request * pReq ) in LSAPI_Reset_r()
1694 int LSAPI_Release_r( LSAPI_Request * pReq ) in LSAPI_Release_r()
2043 void Flush_RespBuf_r( LSAPI_Request * pReq ) in Flush_RespBuf_r()
2067 int LSAPI_Flush_r( LSAPI_Request * pReq ) in LSAPI_Flush_r()
2422 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 15 milliseconds