phases 368 http/modules/ngx_http_access_module.c h = ngx_array_push(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers); phases 407 http/modules/ngx_http_auth_basic_module.c h = ngx_array_push(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers); phases 663 http/modules/ngx_http_autoindex_module.c h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); phases 1132 http/modules/ngx_http_dav_module.c h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); phases 234 http/modules/ngx_http_degradation_module.c h = ngx_array_push(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers); phases 290 http/modules/ngx_http_gzip_static_module.c h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); phases 425 http/modules/ngx_http_index_module.c h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); phases 803 http/modules/ngx_http_limit_req_module.c h = ngx_array_push(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers); phases 548 http/modules/ngx_http_limit_zone_module.c h = ngx_array_push(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers); phases 1367 http/modules/ngx_http_log_module.c h = ngx_array_push(&cmcf->phases[NGX_HTTP_LOG_PHASE].handlers); phases 308 http/modules/ngx_http_random_index_module.c h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); phases 460 http/modules/ngx_http_realip_module.c h = ngx_array_push(&cmcf->phases[NGX_HTTP_POST_READ_PHASE].handlers); phases 467 http/modules/ngx_http_realip_module.c h = ngx_array_push(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers); phases 274 http/modules/ngx_http_rewrite_module.c h = ngx_array_push(&cmcf->phases[NGX_HTTP_SERVER_REWRITE_PHASE].handlers); phases 281 http/modules/ngx_http_rewrite_module.c h = ngx_array_push(&cmcf->phases[NGX_HTTP_REWRITE_PHASE].handlers); phases 267 http/modules/ngx_http_static_module.c h = ngx_array_push(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers); phases 351 http/ngx_http.c if (ngx_array_init(&cmcf->phases[NGX_HTTP_POST_READ_PHASE].handlers, phases 358 http/ngx_http.c if (ngx_array_init(&cmcf->phases[NGX_HTTP_SERVER_REWRITE_PHASE].handlers, phases 365 http/ngx_http.c if (ngx_array_init(&cmcf->phases[NGX_HTTP_REWRITE_PHASE].handlers, phases 372 http/ngx_http.c if (ngx_array_init(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers, phases 379 http/ngx_http.c if (ngx_array_init(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers, phases 386 http/ngx_http.c if (ngx_array_init(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers, phases 393 http/ngx_http.c if (ngx_array_init(&cmcf->phases[NGX_HTTP_LOG_PHASE].handlers, phases 458 http/ngx_http.c use_rewrite = cmcf->phases[NGX_HTTP_REWRITE_PHASE].handlers.nelts ? 1 : 0; phases 459 http/ngx_http.c use_access = cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers.nelts ? 1 : 0; phases 464 http/ngx_http.c n += cmcf->phases[i].handlers.nelts; phases 477 http/ngx_http.c h = cmcf->phases[i].handlers.elts; phases 547 http/ngx_http.c n += cmcf->phases[i].handlers.nelts; phases 549 http/ngx_http.c for (j = cmcf->phases[i].handlers.nelts - 1; j >=0; j--) { phases 162 http/ngx_http_core_module.h ngx_http_phase_t phases[NGX_HTTP_LOG_PHASE + 1]; phases 3009 http/ngx_http_request.c log_handler = cmcf->phases[NGX_HTTP_LOG_PHASE].handlers.elts; phases 3010 http/ngx_http_request.c n = cmcf->phases[NGX_HTTP_LOG_PHASE].handlers.nelts;