Searched refs:pBody (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/sapi/litespeed/ |
H A D | lsapilib.h | 195 const char * pBody, int bodyLen ); 351 static inline int LSAPI_ErrResponse( int code, const char ** pRespHeaders, const char * pBody, int … in LSAPI_ErrResponse() argument 352 { return LSAPI_ErrResponse_r( &g_req, code, pRespHeaders, pBody, bodyLen ); } in LSAPI_ErrResponse()
|
H A D | lsapilib.c | 3851 const char * pBody, int bodyLen ) in LSAPI_ErrResponse_r() argument 3862 if ( pBody &&( bodyLen > 0 )) in LSAPI_ErrResponse_r() 3864 LSAPI_Write_r( pReq, pBody, bodyLen ); in LSAPI_ErrResponse_r()
|
Completed in 22 milliseconds