Searched defs:fctx (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/filters/
H A Dmod_filter.c58 void *fctx; member in struct:__anon152
107 harness_ctx *fctx = apr_pcalloc(f->r->pool, sizeof(harness_ctx)); local
126 pctx->next = fctx->init_ctx;
127 fctx->init_ctx = pctx;
131 f->ctx = fctx;
262 ctx->fctx = pctx->ctx ;
322 f->ctx = ctx->fctx;
324 ctx->fctx = f->ctx;
H A Dmod_proxy_html.c830 saxctxt *fctx; local
863 fctx = f->ctx = apr_pcalloc(f->r->pool, sizeof(saxctxt));
864 fctx->f = f;
865 fctx->bb = apr_brigade_create(f->r->pool,
867 fctx->cfg = cfg;
868 fctx->etag = cfg->etag;
872 fixup_rules(fctx);
874 fctx->map = cfg->map;

Completed in 16 milliseconds