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

/httpd/modules/filters/
H A Dmod_request.c84 if (!dconf->keep_body || f->r->kept_body) {
122 f->r->kept_body = apr_brigade_create(f->r->pool, f->r->connection->bucket_alloc);
135 if (f->r->kept_body) {
136 apr_brigade_cleanup(f->r->kept_body);
137 f->r->kept_body = NULL;
149 if (f->r->kept_body) {
150 apr_brigade_cleanup(f->r->kept_body);
151 f->r->kept_body = NULL;
162 APR_BRIGADE_INSERT_TAIL(f->r->kept_body, e);
184 apr_bucket_brigade *kept_body local
207 apr_bucket_brigade *kept_body = r->kept_body; local
[all...]
/httpd/include/
H A Dhttpd.h897 apr_bucket_brigade *kept_body; member in struct:request_rec

Completed in 18 milliseconds