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

/httpd/include/
H A Dapreq_error.h87 #define APREQ_ERROR_OVERLIMIT (APREQ_ERROR_MISMATCH + 1) macro
/httpd/server/
H A Dapreq_error.c85 case APREQ_ERROR_OVERLIMIT:
H A Dapreq_module_custom.c59 req->body_status = APREQ_ERROR_OVERLIMIT;
79 req->body_status = APREQ_ERROR_OVERLIMIT;
H A Dapreq_module_cgi.c365 req->body_status = APREQ_ERROR_OVERLIMIT;
446 req->body_status = APREQ_ERROR_OVERLIMIT;
472 req->body_status = APREQ_ERROR_OVERLIMIT;
/httpd/modules/apreq/
H A Dfilter.c140 ctx->body_status = APREQ_ERROR_OVERLIMIT;
312 ctx->body_status = APREQ_ERROR_OVERLIMIT;
391 ctx->body_status = APREQ_ERROR_OVERLIMIT;

Completed in 29 milliseconds