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

/httpd/modules/filters/
H A Dmod_filter.c59 provider_ctx *init_ctx; member in struct:__anon152
126 pctx->next = fctx->init_ctx;
127 fctx->init_ctx = pctx;
260 for (pctx = ctx->init_ctx; pctx; pctx = pctx->next) {

Completed in 12 milliseconds