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

/httpd/modules/filters/
H A Dmod_charset_lite.c45 #define INPUT_XLATE_BUF_SIZE (8*1024) /* size of translation buffer used on input */ macro
268 input_ctx->tmp = apr_palloc(r->pool, INPUT_XLATE_BUF_SIZE);
1046 buffer_size = INPUT_XLATE_BUF_SIZE;
1057 if (buffer_size < INPUT_XLATE_BUF_SIZE) { /* do we have output? */
1061 INPUT_XLATE_BUF_SIZE - buffer_size,

Completed in 13 milliseconds