Home
last modified time | relevance | path

Searched refs:pctx (Results 1 – 2 of 2) sorted by relevance

/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() local
546 pctx = cf->ctx; in ngx_http_rewrite_if()
547 ctx->main_conf = pctx->main_conf; in ngx_http_rewrite_if()
548 ctx->srv_conf = pctx->srv_conf; in ngx_http_rewrite_if()
573 pclcf = pctx->loc_conf[ngx_http_core_module.ctx_index]; in ngx_http_rewrite_if()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c2876 ngx_http_conf_ctx_t *ctx, *pctx; in ngx_http_core_location() local
2884 pctx = cf->ctx; in ngx_http_core_location()
2885 ctx->main_conf = pctx->main_conf; in ngx_http_core_location()
2886 ctx->srv_conf = pctx->srv_conf; in ngx_http_core_location()
2994 pclcf = pctx->loc_conf[ngx_http_core_module.ctx_index]; in ngx_http_core_location()
4374 ngx_http_conf_ctx_t *ctx, *pctx; in ngx_http_core_limit_except() local
4412 pctx = cf->ctx; in ngx_http_core_limit_except()
4413 ctx->main_conf = pctx->main_conf; in ngx_http_core_limit_except()
4414 ctx->srv_conf = pctx->srv_conf; in ngx_http_core_limit_except()