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

/httpd/modules/apreq/
H A Dapreq_private_apache2.h28 apr_status_t filter_error; member in struct:filter_ctx
H A Dfilter.c276 ctx->filter_error = rv;
288 ctx->filter_error = APR_EGENERAL;
373 if (ctx->filter_error)
374 return ctx->filter_error;

Completed in 11 milliseconds