phase_handler     805 http/ngx_http_core_module.c         r->phase_handler = 0;
phase_handler     809 http/ngx_http_core_module.c         r->phase_handler = cmcf->phase_engine.server_rewrite_index;
phase_handler     835 http/ngx_http_core_module.c     while (ph[r->phase_handler].checker) {
phase_handler     837 http/ngx_http_core_module.c         rc = ph[r->phase_handler].checker(r, &ph[r->phase_handler]);
phase_handler     857 http/ngx_http_core_module.c                    "generic phase: %ui", r->phase_handler);
phase_handler     862 http/ngx_http_core_module.c         r->phase_handler = ph->next;
phase_handler     867 http/ngx_http_core_module.c         r->phase_handler++;
phase_handler     889 http/ngx_http_core_module.c                    "rewrite phase: %ui", r->phase_handler);
phase_handler     894 http/ngx_http_core_module.c         r->phase_handler++;
phase_handler     997 http/ngx_http_core_module.c     r->phase_handler++;
phase_handler    1009 http/ngx_http_core_module.c                    "post rewrite phase: %ui", r->phase_handler);
phase_handler    1012 http/ngx_http_core_module.c         r->phase_handler++;
phase_handler    1037 http/ngx_http_core_module.c     r->phase_handler = ph->next;
phase_handler    1053 http/ngx_http_core_module.c         r->phase_handler = ph->next;
phase_handler    1058 http/ngx_http_core_module.c                    "access phase: %ui", r->phase_handler);
phase_handler    1063 http/ngx_http_core_module.c         r->phase_handler++;
phase_handler    1076 http/ngx_http_core_module.c             r->phase_handler++;
phase_handler    1088 http/ngx_http_core_module.c             r->phase_handler = ph->next;
phase_handler    1095 http/ngx_http_core_module.c             r->phase_handler++;
phase_handler    1114 http/ngx_http_core_module.c                    "post access phase: %ui", r->phase_handler);
phase_handler    1129 http/ngx_http_core_module.c     r->phase_handler++;
phase_handler    1150 http/ngx_http_core_module.c                    "try files phase: %ui", r->phase_handler);
phase_handler    1155 http/ngx_http_core_module.c         r->phase_handler++;
phase_handler    1321 http/ngx_http_core_module.c         r->phase_handler++;
phase_handler    1344 http/ngx_http_core_module.c                    "content phase: %ui", r->phase_handler);
phase_handler    1358 http/ngx_http_core_module.c         r->phase_handler++;
phase_handler    2386 http/ngx_http_core_module.c             r->phase_handler = cmcf->phase_engine.location_rewrite_index;
phase_handler     400 http/ngx_http_request.h     ngx_int_t                         phase_handler;