Home
last modified time | relevance | path

Searched refs:NGX_HTTP_PREACCESS_PHASE (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_degradation_module.c235 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers); in ngx_http_degradation_init()
H A Dngx_http_realip_module.c535 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers); in ngx_http_realip_init()
H A Dngx_http_limit_conn_module.c662 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers); in ngx_http_limit_conn_init()
H A Dngx_http_limit_req_module.c985 h = ngx_array_push(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers); in ngx_http_limit_req_init()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h116 NGX_HTTP_PREACCESS_PHASE, enumerator
H A Dngx_http.c371 if (ngx_array_init(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers, in ngx_http_init_phases()