Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_config.h21 } ngx_http_conf_ctx_t; typedef
50 #define NGX_HTTP_MAIN_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, main_conf)
51 #define NGX_HTTP_SRV_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, srv_conf)
52 #define NGX_HTTP_LOC_CONF_OFFSET offsetof(ngx_http_conf_ctx_t, loc_conf)
62 ((ngx_http_conf_ctx_t *) cf->ctx)->main_conf[module.ctx_index]
64 ((ngx_http_conf_ctx_t *) cf->ctx)->srv_conf[module.ctx_index]
66 ((ngx_http_conf_ctx_t *) cf->ctx)->loc_conf[module.ctx_index]
70 ((ngx_http_conf_ctx_t *) cycle->conf_ctx[ngx_http_module.index]) \
H A Dngx_http.c126 ngx_http_conf_ctx_t *ctx; in ngx_http_block()
131 if (*(ngx_http_conf_ctx_t **) conf) { in ngx_http_block()
137 ctx = ngx_pcalloc(cf->pool, sizeof(ngx_http_conf_ctx_t)); in ngx_http_block()
142 *(ngx_http_conf_ctx_t **) conf = ctx; in ngx_http_block()
566 ngx_http_conf_ctx_t *ctx, saved; in ngx_http_merge_servers()
571 ctx = (ngx_http_conf_ctx_t *) cf->ctx; in ngx_http_merge_servers()
628 ngx_http_conf_ctx_t *ctx, saved; in ngx_http_merge_locations()
636 ctx = (ngx_http_conf_ctx_t *) cf->ctx; in ngx_http_merge_locations()
H A Dngx_http_request.h311 ngx_http_conf_ctx_t *conf_ctx;
H A Dngx_http_core_module.h184 ngx_http_conf_ctx_t *ctx;
H A Dngx_http_core_module.c2733 ngx_http_conf_ctx_t *ctx, *http_ctx; in ngx_http_core_server()
2738 ctx = ngx_pcalloc(cf->pool, sizeof(ngx_http_conf_ctx_t)); in ngx_http_core_server()
2876 ngx_http_conf_ctx_t *ctx, *pctx; in ngx_http_core_location()
2879 ctx = ngx_pcalloc(cf->pool, sizeof(ngx_http_conf_ctx_t)); in ngx_http_core_location()
4374 ngx_http_conf_ctx_t *ctx, *pctx; in ngx_http_core_limit_except()
4407 ctx = ngx_pcalloc(cf->pool, sizeof(ngx_http_conf_ctx_t)); in ngx_http_core_limit_except()
H A Dngx_http_upstream.c5705 ngx_http_conf_ctx_t *ctx, *http_ctx; in ngx_http_upstream()
5727 ctx = ngx_pcalloc(cf->pool, sizeof(ngx_http_conf_ctx_t)); in ngx_http_upstream()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c536 ngx_http_conf_ctx_t *ctx, *pctx; in ngx_http_rewrite_if()
541 ctx = ngx_pcalloc(cf->pool, sizeof(ngx_http_conf_ctx_t)); in ngx_http_rewrite_if()