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 D | ngx_http_config.h | 21 } 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 D | ngx_http.c | 126 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 D | ngx_http_request.h | 311 ngx_http_conf_ctx_t *conf_ctx;
|
| H A D | ngx_http_core_module.h | 184 ngx_http_conf_ctx_t *ctx;
|
| H A D | ngx_http_core_module.c | 2733 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 D | ngx_http_upstream.c | 5705 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 D | ngx_http_rewrite_module.c | 536 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()
|