Home
last modified time | relevance | path

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

/PHP-5.5/sapi/litespeed/
H A Dlsapilib.h192 int LSAPI_AppendRespHeader2_r( LSAPI_Request * pReq, const char * pHeaderName,
H A Dlsapilib.c2149 int LSAPI_AppendRespHeader2_r( LSAPI_Request * pReq, const char * pHeaderName, in LSAPI_AppendRespHeader2_r() argument
2153 if ( !pReq || !pHeaderName || !pHeaderValue ) in LSAPI_AppendRespHeader2_r()
2159 nameLen = strlen( pHeaderName ); in LSAPI_AppendRespHeader2_r()
2165 char ch = *(pHeaderName + nameLen - 1 ); in LSAPI_AppendRespHeader2_r()
2192 memmove( pReq->m_pRespHeaderBufPos, pHeaderName, nameLen ); in LSAPI_AppendRespHeader2_r()

Completed in 13 milliseconds