Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h143 ngx_uint_t location_rewrite_index; member
H A Dngx_http.c462 cmcf->phase_engine.location_rewrite_index = (ngx_uint_t) -1; in ngx_http_init_phase_handlers()
507 if (cmcf->phase_engine.location_rewrite_index == (ngx_uint_t) -1) { in ngx_http_init_phase_handlers()
508 cmcf->phase_engine.location_rewrite_index = n; in ngx_http_init_phase_handlers()
H A Dngx_http_core_module.c2526 r->phase_handler = cmcf->phase_engine.location_rewrite_index; in ngx_http_named_location()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c148 index = cmcf->phase_engine.location_rewrite_index; in ngx_http_rewrite_handler()