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

/macosx-10.9.5/apache-786.1/httpd/modules/filters/
H A Dmod_charset_lite.c107 charset_filter_ctx_t *output_ctx, *input_ctx; member in struct:charset_req_t
212 charset_filter_ctx_t *input_ctx, *output_ctx; local
283 input_ctx = apr_pcalloc(r->pool, sizeof(charset_filter_ctx_t));
284 input_ctx->bb = apr_brigade_create(r->pool,
286 input_ctx->tmp = apr_palloc(r->pool, INPUT_XLATE_BUF_SIZE);
287 input_ctx->dc = dc;
288 reqinfo->input_ctx = input_ctx;
289 rv = apr_xlate_open(&input_ctx->xlate, dc->charset_source,
297 if (apr_xlate_sb_get(input_ctx
[all...]

Completed in 68 milliseconds