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

/httpd/modules/filters/
H A Dmod_ext_filter.c69 int noop, hit_eos; member in struct:ef_ctx_t
829 ctx->hit_eos = 1;
913 if (ctx->hit_eos) {
H A Dmod_charset_lite.c643 * hit_eos: did we hit an EOS bucket?
649 int *hit_eos)
658 *hit_eos = 0;
734 *hit_eos = 1;
985 int hit_eos; local
1047 rv = xlate_brigade(ctx, bb, ctx->tmp, &buffer_size, &hit_eos);
1049 if (!hit_eos) {
645 xlate_brigade(charset_filter_ctx_t *ctx, apr_bucket_brigade *bb, char *buffer, apr_size_t *buffer_avail, int *hit_eos) argument

Completed in 16 milliseconds