Home
last modified time | relevance | path

Searched refs:LSAPI_AppendRespHeader_r (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/sapi/litespeed/
H A Dlsapilib.h190 int LSAPI_AppendRespHeader_r( LSAPI_Request * pReq, const char * pBuf, int len );
347 { return LSAPI_AppendRespHeader_r( &g_req, pBuf, len ); } in LSAPI_AppendRespHeader()
H A Dlsapilib.c2536 int LSAPI_AppendRespHeader_r( LSAPI_Request * pReq, const char * pBuf, int len ) in LSAPI_AppendRespHeader_r() function
4091 LSAPI_AppendRespHeader_r( pReq, *pRespHeaders, strlen( *pRespHeaders ) ); in LSAPI_ErrResponse_r()

Completed in 28 milliseconds