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

/httpd/modules/http/
H A Dhttp_filters.c71 BODY_NONE, /* streamed data */ enumerator in enum:http_filter_ctx::__anon192
255 ctx->state = BODY_NONE;
332 * (BODY_NONE is a valid intermediate state due to trailers,
342 if (ctx->state == BODY_NONE && f->r->proxyreq != PROXYREQ_RESPONSE) {
356 ctx->state = BODY_NONE;
456 case BODY_NONE:
461 if (ctx->state != BODY_NONE && ctx->remaining < readbytes) {
475 if (rv == APR_EOF && ctx->state != BODY_NONE
491 if (ctx->state != BODY_NONE) {

Completed in 1137 milliseconds