uri_changes      1017 http/ngx_http_core_module.c                    "uri changes: %d", r->uri_changes);
uri_changes      1026 http/ngx_http_core_module.c     r->uri_changes--;
uri_changes      1028 http/ngx_http_core_module.c     if (r->uri_changes == 0) {
uri_changes      2281 http/ngx_http_core_module.c     sr->uri_changes = NGX_HTTP_MAX_URI_CHANGES + 1;
uri_changes      2302 http/ngx_http_core_module.c     r->uri_changes--;
uri_changes      2304 http/ngx_http_core_module.c     if (r->uri_changes == 0) {
uri_changes       502 http/ngx_http_request.c     r->uri_changes = NGX_HTTP_MAX_URI_CHANGES + 1;
uri_changes       453 http/ngx_http_request.h     unsigned                          uri_changes:4;
uri_changes       392 http/ngx_http_special_response.c     if (!r->error_page && clcf->error_pages && r->uri_changes != 0) {