Searched refs:fctx (Results 1 - 1 of 1) 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;

Completed in 24 milliseconds