Home
last modified time | relevance | path

Searched refs:ngx_http_max_module (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c69 ngx_uint_t ngx_http_max_module; variable
147 ngx_http_max_module = ngx_count_modules(cf->cycle, NGX_HTTP_MODULE); in ngx_http_block()
153 sizeof(void *) * ngx_http_max_module); in ngx_http_block()
164 ctx->srv_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module); in ngx_http_block()
175 ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module); in ngx_http_block()
H A Dngx_http_core_module.h538 extern ngx_uint_t ngx_http_max_module;
H A Dngx_http_core_module.c2272 sr->ctx = ngx_pcalloc(r->pool, sizeof(void *) * ngx_http_max_module); in ngx_http_subrequest()
2446 ngx_memzero(r->ctx, sizeof(void *) * ngx_http_max_module); in ngx_http_internal_redirect()
2520 ngx_memzero(r->ctx, sizeof(void *) * ngx_http_max_module); in ngx_http_named_location()
2748 ctx->srv_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module); in ngx_http_core_server()
2755 ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module); in ngx_http_core_server()
2888 ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module); in ngx_http_core_location()
4416 ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module); in ngx_http_core_limit_except()
H A Dngx_http_special_response.c543 ngx_memzero(r->ctx, sizeof(void *) * ngx_http_max_module); in ngx_http_filter_finalize_request()
H A Dngx_http_upstream.c5737 ctx->srv_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module); in ngx_http_upstream()
5749 ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module); in ngx_http_upstream()
H A Dngx_http_request.c591 r->ctx = ngx_pcalloc(r->pool, sizeof(void *) * ngx_http_max_module); in ngx_http_alloc_request()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c550 ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module); in ngx_http_rewrite_if()