Home
last modified time | relevance | path

Searched refs:NGX_HTTP_ACCESS_PHASE (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_auth_request_module.c345 h = ngx_array_push(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers); in ngx_http_auth_request_init()
H A Dngx_http_auth_basic_module.c391 h = ngx_array_push(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers); in ngx_http_auth_basic_init()
H A Dngx_http_access_module.c455 h = ngx_array_push(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers); in ngx_http_access_init()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h118 NGX_HTTP_ACCESS_PHASE, enumerator
H A Dngx_http.c378 if (ngx_array_init(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers, in ngx_http_init_phases()
465 use_access = cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers.nelts ? 1 : 0; in ngx_http_init_phase_handlers()
524 case NGX_HTTP_ACCESS_PHASE: in ngx_http_init_phase_handlers()