Home
last modified time | relevance | path

Searched refs:uri_changes (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h479 unsigned uri_changes:4; member
H A Dngx_http_core_module.c1049 "uri changes: %d", r->uri_changes); in ngx_http_core_post_rewrite_phase()
1058 r->uri_changes--; in ngx_http_core_post_rewrite_phase()
1060 if (r->uri_changes == 0) { in ngx_http_core_post_rewrite_phase()
2377 sr->uri_changes = NGX_HTTP_MAX_URI_CHANGES + 1; in ngx_http_subrequest()
2419 r->uri_changes--; in ngx_http_internal_redirect()
2421 if (r->uri_changes == 0) { in ngx_http_internal_redirect()
2476 r->uri_changes--; in ngx_http_named_location()
2478 if (r->uri_changes == 0) { in ngx_http_named_location()
H A Dngx_http_special_response.c456 if (!r->error_page && clcf->error_pages && r->uri_changes != 0) { in ngx_http_special_response_handler()
H A Dngx_http_request.c627 r->uri_changes = NGX_HTTP_MAX_URI_CHANGES + 1; in ngx_http_alloc_request()
3512 if (r->post_action && r->uri_changes == 0) { in ngx_http_post_action()