Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mirror_module.c256 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PRECONTENT_PHASE].handlers); in ngx_http_mirror_init()
H A Dngx_http_try_files_module.c396 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PRECONTENT_PHASE].handlers); in ngx_http_try_files_init()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h121 NGX_HTTP_PRECONTENT_PHASE, enumerator
H A Dngx_http.c385 if (ngx_array_init(&cmcf->phases[NGX_HTTP_PRECONTENT_PHASE].handlers, in ngx_http_init_phases()