Searched refs:http_conformance (Results 1 - 5 of 5) sorted by relevance

/httpd/include/
H A Dhttp_core.h699 char http_conformance; member in struct:__anon22
/httpd/modules/http/
H A Dhttp_filters.c1195 if (conf->http_conformance & AP_HTTP_CONFORMANCE_STRICT) {
1197 if (!ok && !(conf->http_conformance & AP_HTTP_CONFORMANCE_LOGONLY)) {
/httpd/server/
H A Dcore.c513 if (virt->http_conformance != AP_HTTP_CONFORMANCE_UNSET)
514 conf->http_conformance = virt->http_conformance;
3802 conf->http_conformance = AP_HTTP_CONFORMANCE_STRICT;
3804 conf->http_conformance = AP_HTTP_CONFORMANCE_STRICT|
3807 conf->http_conformance = AP_HTTP_CONFORMANCE_LIBERAL;
3812 if ((conf->http_conformance & AP_HTTP_CONFORMANCE_STRICT) &&
3813 (conf->http_conformance & AP_HTTP_CONFORMANCE_LIBERAL)) {
H A Dprotocol.c568 int strict = conf->http_conformance & AP_HTTP_CONFORMANCE_STRICT;
569 int enforce_strict = !(conf->http_conformance & AP_HTTP_CONFORMANCE_LOGONLY);
920 if (conf->http_conformance & AP_HTTP_CONFORMANCE_STRICT) {
942 if (err && !(conf->http_conformance & AP_HTTP_CONFORMANCE_LOGONLY)) {
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

Completed in 55 milliseconds