Searched refs:ngx_http_process_request_header (Results 1 – 3 of 3) sorted by relevance
120 ngx_int_t ngx_http_process_request_header(ngx_http_request_t *r);
1474 rc = ngx_http_process_request_header(r); in ngx_http_process_request_headers()1910 ngx_http_process_request_header(ngx_http_request_t *r) in ngx_http_process_request_header() function
3785 if (ngx_http_process_request_header(r) != NGX_OK) { in ngx_http_v2_run_request()