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

/httpd/modules/proxy/
H A Dmod_proxy_http.c742 apr_bucket_brigade *temp_brigade; local
820 temp_brigade = apr_brigade_create(p, bucket_alloc);
823 status = ap_get_brigade(r->input_filters, temp_brigade,
830 && ((status == APR_SUCCESS && APR_BRIGADE_EMPTY(temp_brigade))
843 apr_brigade_length(temp_brigade, 1, &bytes);
847 * Save temp_brigade in input_brigade. (At least) in the SSL case
848 * temp_brigade contains transient buckets whose data would get
855 status = ap_save_brigade(NULL, &input_brigade, &temp_brigade, p);

Completed in 2052 milliseconds