Searched refs:pHead (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/arch/win32/
H A Dmod_isapi.h164 void *pHead; /* Prefix with *pHead body text */ member in struct:HSE_TF_INFO
165 apr_uint32_t HeadLength; /* Length of *pHead body text */
H A Dmod_isapi.c1091 * you must have done so. They document that the pHead headers
1093 * more flexible and assume with the flag, pHead are the
1094 * response headers, and without, pHead simply contains text
1099 (char*)tf->pHead,
1103 else if (!cid->headers_set && tf->pHead && tf->HeadLength
1104 && *(char*)tf->pHead) {
1105 ate = send_response_header(cid, NULL, (char*)tf->pHead,
1115 if (tf->pHead && (apr_size_t)ate < tf->HeadLength) {
1116 b = apr_bucket_transient_create((char*)tf->pHead + ate,

Completed in 1231 milliseconds