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

/httpd/server/
H A Dvhost.c815 unsigned http_conformance)
823 int strict = http_conformance & AP_HTTP_CONFORMANCE_STRICT;
824 int strict_logonly = http_conformance & AP_HTTP_CONFORMANCE_LOGONLY;
1155 is_v6literal = fix_hostname(r, NULL, conf->http_conformance);
1158 is_v6literal = fix_hostname(r, host_header, conf->http_conformance);
1163 if (conf->http_conformance & AP_HTTP_CONFORMANCE_STRICT) {
1173 if (!(conf->http_conformance & AP_HTTP_CONFORMANCE_LOGONLY)) {
814 fix_hostname(request_rec *r, const char *host_header, unsigned http_conformance) argument
/httpd/include/
H A Dhttp_core.h699 char http_conformance; member in struct:__anon22

Completed in 17 milliseconds