Searched defs:host_field (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dab.c283 const char *host_field; /* value of "Host:" header field */ variable
1702 hdrs = apr_pstrcat(cntxt, hdrs, "Host: ", host_field, colonhost, "\r\n", NULL);
2056 host_field = apr_psprintf(cntxt, "[%s]", hostname);
2059 host_field = hostname;

Completed in 23 milliseconds