Home
last modified time | relevance | path

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

/PHP-8.2/sapi/litespeed/
H A Dlsapilib.h190 int LSAPI_AppendRespHeader2_r( LSAPI_Request * pReq, const char * pHeaderName,
H A Dlsapilib.c2493 int LSAPI_AppendRespHeader2_r( LSAPI_Request * pReq, const char * pHeaderName, in LSAPI_AppendRespHeader2_r() argument
2497 if ( !pReq || !pHeaderName || !pHeaderValue ) in LSAPI_AppendRespHeader2_r()
2503 nameLen = strlen( pHeaderName ); in LSAPI_AppendRespHeader2_r()
2509 char ch = *(pHeaderName + nameLen - 1 ); in LSAPI_AppendRespHeader2_r()
2536 memmove( pReq->m_pRespHeaderBufPos, pHeaderName, nameLen ); in LSAPI_AppendRespHeader2_r()

Completed in 27 milliseconds