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