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 D | ngx_http.c | 69 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 D | ngx_http_core_module.h | 538 extern ngx_uint_t ngx_http_max_module;
|
| H A D | ngx_http_core_module.c | 2272 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 D | ngx_http_special_response.c | 543 ngx_memzero(r->ctx, sizeof(void *) * ngx_http_max_module); in ngx_http_filter_finalize_request()
|
| H A D | ngx_http_upstream.c | 5737 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 D | ngx_http_request.c | 591 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 D | ngx_http_rewrite_module.c | 550 ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module); in ngx_http_rewrite_if()
|