Home
last modified time | relevance | path

Searched refs:ngx_http_process_request_header (Results 1 – 19 of 19) sorted by relevance

/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/
H A Dngx_http.h120 ngx_int_t ngx_http_process_request_header(ngx_http_request_t *r);
H A Dngx_http_request.c1502 rc = ngx_http_process_request_header(r); in ngx_http_process_request_headers()
1952 ngx_http_process_request_header(ngx_http_request_t *r) in ngx_http_process_request_header() function
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/
H A Dngx_http.h120 ngx_int_t ngx_http_process_request_header(ngx_http_request_t *r);
H A Dngx_http_request.c1502 rc = ngx_http_process_request_header(r); in ngx_http_process_request_headers()
1952 ngx_http_process_request_header(ngx_http_request_t *r) in ngx_http_process_request_header() function
/dports/www/nginx/nginx-1.20.2/src/http/
H A Dngx_http.h120 ngx_int_t ngx_http_process_request_header(ngx_http_request_t *r);
H A Dngx_http_request.c1502 rc = ngx_http_process_request_header(r); in ngx_http_process_request_headers()
1952 ngx_http_process_request_header(ngx_http_request_t *r) in ngx_http_process_request_header() function
/dports/www/nginx-lite/nginx-1.20.2/src/http/
H A Dngx_http.h120 ngx_int_t ngx_http_process_request_header(ngx_http_request_t *r);
H A Dngx_http_request.c1502 rc = ngx_http_process_request_header(r); in ngx_http_process_request_headers()
1952 ngx_http_process_request_header(ngx_http_request_t *r) in ngx_http_process_request_header() function
/dports/www/nginx-full/nginx-1.20.2/src/http/
H A Dngx_http.h120 ngx_int_t ngx_http_process_request_header(ngx_http_request_t *r);
H A Dngx_http_request.c1502 rc = ngx_http_process_request_header(r); in ngx_http_process_request_headers()
1952 ngx_http_process_request_header(ngx_http_request_t *r) in ngx_http_process_request_header() function
/dports/www/nginx-devel/nginx-1.21.5/src/http/
H A Dngx_http.h120 ngx_int_t ngx_http_process_request_header(ngx_http_request_t *r);
H A Dngx_http_request.c1492 rc = ngx_http_process_request_header(r); in ngx_http_process_request_headers()
1944 ngx_http_process_request_header(ngx_http_request_t *r) in ngx_http_process_request_header() function
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/v2/
H A Dngx_http_v2.c3961 if (ngx_http_process_request_header(r) != NGX_OK) { in ngx_http_v2_run_request()
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/v2/
H A Dngx_http_v2.c3961 if (ngx_http_process_request_header(r) != NGX_OK) { in ngx_http_v2_run_request()
/dports/www/nginx-lite/nginx-1.20.2/src/http/v2/
H A Dngx_http_v2.c3961 if (ngx_http_process_request_header(r) != NGX_OK) { in ngx_http_v2_run_request()
/dports/www/nginx/nginx-1.20.2/src/http/v2/
H A Dngx_http_v2.c3961 if (ngx_http_process_request_header(r) != NGX_OK) { in ngx_http_v2_run_request()
/dports/www/nginx-full/nginx-1.20.2/src/http/v2/
H A Dngx_http_v2.c3961 if (ngx_http_process_request_header(r) != NGX_OK) { in ngx_http_v2_run_request()
/dports/www/nginx-devel/nginx-1.21.5/src/http/v2/
H A Dngx_http_v2.c3963 if (ngx_http_process_request_header(r) != NGX_OK) { in ngx_http_v2_run_request()
/dports/net/quiche/quiche-0.9.0/extras/nginx/
H A Dnginx-1.16.patch2825 + if (ngx_http_process_request_header(r) != NGX_OK) {