Home
last modified time | relevance | path

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

/PHP-7.1/sapi/litespeed/
H A Dlsapilib.h191 int LSAPI_AppendRespHeader2_r( LSAPI_Request * pReq, const char * pHeaderName,
H A Dlsapilib.c2401 int LSAPI_AppendRespHeader2_r( LSAPI_Request * pReq, const char * pHeaderName, in LSAPI_AppendRespHeader2_r() argument
2405 if ( !pReq || !pHeaderName || !pHeaderValue ) in LSAPI_AppendRespHeader2_r()
2411 nameLen = strlen( pHeaderName ); in LSAPI_AppendRespHeader2_r()
2417 char ch = *(pHeaderName + nameLen - 1 ); in LSAPI_AppendRespHeader2_r()
2444 memmove( pReq->m_pRespHeaderBufPos, pHeaderName, nameLen ); in LSAPI_AppendRespHeader2_r()

Completed in 20 milliseconds