Home
last modified time | relevance | path

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

/PHP-7.4/sapi/litespeed/
H A Dlsapilib.h192 int LSAPI_AppendRespHeader2_r( LSAPI_Request * pReq, const char * pHeaderName,
H A Dlsapilib.c2480 int LSAPI_AppendRespHeader2_r( LSAPI_Request * pReq, const char * pHeaderName, in LSAPI_AppendRespHeader2_r() argument
2484 if ( !pReq || !pHeaderName || !pHeaderValue ) in LSAPI_AppendRespHeader2_r()
2490 nameLen = strlen( pHeaderName ); in LSAPI_AppendRespHeader2_r()
2496 char ch = *(pHeaderName + nameLen - 1 ); in LSAPI_AppendRespHeader2_r()
2523 memmove( pReq->m_pRespHeaderBufPos, pHeaderName, nameLen ); in LSAPI_AppendRespHeader2_r()

Completed in 20 milliseconds