Home
last modified time | relevance | path

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

/PHP-7.2/sapi/litespeed/
H A Dlsapilib.c1374 static int readReq( LSAPI_Request * pReq ) in readReq()
1537 int LSAPI_Is_Listen_r( LSAPI_Request * pReq) in LSAPI_Is_Listen_r()
1543 int LSAPI_Accept_r( LSAPI_Request * pReq ) in LSAPI_Accept_r()
1610 int LSAPI_Finish_r( LSAPI_Request * pReq ) in LSAPI_Finish_r()
1640 int LSAPI_End_Response_r(LSAPI_Request * pReq) in LSAPI_End_Response_r()
1675 void LSAPI_Reset_r( LSAPI_Request * pReq ) in LSAPI_Reset_r()
1686 int LSAPI_Release_r( LSAPI_Request * pReq ) in LSAPI_Release_r()
2035 void Flush_RespBuf_r( LSAPI_Request * pReq ) in Flush_RespBuf_r()
2059 int LSAPI_Flush_r( LSAPI_Request * pReq ) in LSAPI_Flush_r()
2327 int LSAPI_ForeachHeader_r( LSAPI_Request * pReq, in LSAPI_ForeachHeader_r()
[all …]
H A Dlsapilib.h197 static inline int LSAPI_SetRespStatus_r( LSAPI_Request * pReq, int code ) in LSAPI_SetRespStatus_r()
205 static inline int LSAPI_SetAppData_r( LSAPI_Request * pReq, void * data ) in LSAPI_SetAppData_r()
213 static inline void * LSAPI_GetAppData_r( LSAPI_Request * pReq ) in LSAPI_GetAppData_r()
220 static inline char * LSAPI_GetQueryString_r( LSAPI_Request * pReq ) in LSAPI_GetQueryString_r()
228 static inline char * LSAPI_GetScriptFileName_r( LSAPI_Request * pReq ) in LSAPI_GetScriptFileName_r()
236 static inline char * LSAPI_GetScriptName_r( LSAPI_Request * pReq ) in LSAPI_GetScriptName_r()
244 static inline char * LSAPI_GetRequestMethod_r( LSAPI_Request * pReq) in LSAPI_GetRequestMethod_r()
253 static inline off_t LSAPI_GetReqBodyLen_r( LSAPI_Request * pReq ) in LSAPI_GetReqBodyLen_r()
260 static inline off_t LSAPI_GetReqBodyRemain_r( LSAPI_Request * pReq ) in LSAPI_GetReqBodyRemain_r()

Completed in 16 milliseconds