Lines Matching refs:http_host
340 r->http_host = http_header_request_set_ptr(r, HTTP_HEADER_HOST, in http_request_header_set_Host()
342 buffer_copy_string_len_lc(r->http_host, h, hlen); in http_request_header_set_Host()
432 else if (NULL != r->http_host in http_request_parse_single_header()
433 && __builtin_expect( buffer_eq_slen(r->http_host,v,vlen), 1)) { in http_request_parse_single_header()
600 if (NULL == r->http_host) in http_request_validate_pseudohdrs()
609 buffer_copy_buffer(&r->target, r->http_host); in http_request_validate_pseudohdrs()
704 if (__builtin_expect( (r->http_host != NULL), 0)) in http_request_parse_header()
1223 if (__builtin_expect( (r->http_host != NULL), 1)) { in http_request_parse()
1224 if (0 != http_request_host_policy(r->http_host, in http_request_parse()
1227 buffer_copy_buffer(&r->uri.authority, r->http_host); in http_request_parse()
1370 r->http_host ? r->http_host->ptr : "", in http_request_headers_process_h2()