Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.c397 ngx_http_ssi_ctx_t *ctx, *mctx; in ngx_http_ssi_body_filter() local
1996 ngx_http_ssi_ctx_t *mctx; in ngx_http_ssi_include() local
2074 if (mctx->blocks) { in ngx_http_ssi_include()
2075 bl = mctx->blocks->elts; in ngx_http_ssi_include()
2417 ngx_http_ssi_ctx_t *mctx; in ngx_http_ssi_set() local
2421 if (mctx->variables == NULL) { in ngx_http_ssi_set()
2424 if (mctx->variables == NULL) { in ngx_http_ssi_set()
2678 ngx_http_ssi_ctx_t *mctx; in ngx_http_ssi_block() local
2686 if (mctx->blocks == NULL) { in ngx_http_ssi_block()
2689 if (mctx->blocks == NULL) { in ngx_http_ssi_block()
[all …]
H A Dngx_http_range_filter_module.c277 ngx_http_range_filter_ctx_t *mctx; in ngx_http_range_parse() local
280 mctx = ngx_http_get_module_ctx(r->main, in ngx_http_range_parse()
282 if (mctx) { in ngx_http_range_parse()
283 ctx->ranges = mctx->ranges; in ngx_http_range_parse()