Searched refs:bodyLen (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/sapi/litespeed/ |
H A D | lsapilib.h | 194 const char * pBody, int bodyLen ); 350 …line int LSAPI_ErrResponse( int code, const char ** pRespHeaders, const char * pBody, int bodyLen ) in LSAPI_ErrResponse() argument 351 { return LSAPI_ErrResponse_r( &g_req, code, pRespHeaders, pBody, bodyLen ); } in LSAPI_ErrResponse()
|
H A D | lsapilib.c | 4109 const char * pBody, int bodyLen ) in LSAPI_ErrResponse_r() argument 4120 if ( pBody &&( bodyLen > 0 )) in LSAPI_ErrResponse_r() 4122 LSAPI_Write_r( pReq, pBody, bodyLen ); in LSAPI_ErrResponse_r()
|
Completed in 37 milliseconds