Lines Matching refs:http_header_strict
562 … restrict r, const char * const restrict k, const int klen, const unsigned int http_header_strict);
776 const unsigned int http_header_strict = in http_request_parse_header() local
779 const char * const x = (http_header_strict) in http_request_parse_header()
805 http_header_strict)) in http_request_parse_header()
1061 …restrict r, const char * const restrict k, const int klen, const unsigned int http_header_strict) { in http_request_parse_header_other() argument
1094 if (http_header_strict ? (k[i] < 32 || ((unsigned char *)k)[i] >= 127) : k[i] == '\0') in http_request_parse_header_other()
1103 const unsigned int http_header_strict = (http_parseopts & HTTP_PARSEOPT_HEADER_STRICT); in http_request_parse_headers() local
1139 if (http_header_strict) { in http_request_parse_headers()
1156 if (0 != http_request_parse_header_other(r, k+j, klen-j, http_header_strict)) in http_request_parse_headers()
1175 else if (http_header_strict) in http_request_parse_headers()
1185 else if (http_header_strict) in http_request_parse_headers()
1197 if (http_header_strict) { in http_request_parse_headers()
1265 const unsigned int http_header_strict = in http_request_parse() local
1267 if (http_header_strict) { in http_request_parse()