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

/httpd/modules/filters/
H A Dmod_charset_lite.c105 charset_filter_ctx_t *output_ctx, *input_ctx; member in struct:charset_req_t
198 charset_filter_ctx_t *input_ctx, *output_ctx; local
265 input_ctx = apr_pcalloc(r->pool, sizeof(charset_filter_ctx_t));
266 input_ctx->bb = apr_brigade_create(r->pool,
268 input_ctx->tmp = apr_palloc(r->pool, INPUT_XLATE_BUF_SIZE);
269 input_ctx->dc = dc;
270 reqinfo->input_ctx = input_ctx;
271 rv = apr_xlate_open(&input_ctx->xlate, dc->charset_source,
279 if (apr_xlate_sb_get(input_ctx
[all...]

Completed in 582 milliseconds