Home
last modified time | relevance | path

Searched refs:NGX_HTTP_CONTENT_PHASE (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_static_module.c280 h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); in ngx_http_static_init()
H A Dngx_http_gzip_static_module.c323 h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); in ngx_http_gzip_static_init()
H A Dngx_http_random_index_module.c309 h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); in ngx_http_random_index_init()
H A Dngx_http_index_module.c450 h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); in ngx_http_index_init()
H A Dngx_http_autoindex_module.c1064 h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); in ngx_http_autoindex_init()
H A Dngx_http_dav_module.c1159 h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); in ngx_http_dav_init()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h123 NGX_HTTP_CONTENT_PHASE, enumerator
H A Dngx_http.c392 if (ngx_array_init(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers, in ngx_http_init_phases()
538 case NGX_HTTP_CONTENT_PHASE: in ngx_http_init_phase_handlers()