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

/httpd/modules/filters/
H A Dmod_charset_lite.c90 ees_t ees; /* extended error status */ member in struct:charset_filter_ctx_t
372 ctx->ees = EES_DOWNSTREAM;
405 ctx->ees = EES_DOWNSTREAM;
423 ctx->ees = EES_LIMIT; /* we don't handle chars this wide which straddle
464 ctx->ees = EES_LIMIT; /* code isn't smart enough to handle chars
479 switch(ctx->ees) {
674 ctx->ees = EES_BUCKET_READ;
740 ctx->ees = EES_INCOMPLETE_CHAR;
880 ctx->ees = EES_INCOMPLETE_CHAR;
897 ctx->ees
[all...]

Completed in 10 milliseconds