Searched refs:bodyLen (Results 1 – 2 of 2) sorted by relevance
/PHP-5.5/sapi/litespeed/ |
H A D | lsapilib.h | 196 const char * pBody, int bodyLen ); 349 …line int LSAPI_ErrResponse( int code, const char ** pRespHeaders, const char * pBody, int bodyLen ) in LSAPI_ErrResponse() argument 350 { return LSAPI_ErrResponse_r( &g_req, code, pRespHeaders, pBody, bodyLen ); } in LSAPI_ErrResponse()
|
H A D | lsapilib.c | 3267 const char * pBody, int bodyLen ) in LSAPI_ErrResponse_r() argument 3278 if ( pBody &&( bodyLen > 0 )) in LSAPI_ErrResponse_r() 3280 LSAPI_Write_r( pReq, pBody, bodyLen ); in LSAPI_ErrResponse_r()
|
Completed in 22 milliseconds