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

/httpd/modules/ssl/
H A Dssl_engine_io.c1811 apr_bucket_brigade *tempb; local
1822 tempb = apr_brigade_create(r->pool, c->bucket_alloc);
1836 rv = ap_get_brigade(r->proto_input_filters, tempb, AP_MODE_READBYTES,
1846 for (e = APR_BRIGADE_FIRST(tempb);
1847 e != APR_BRIGADE_SENTINEL(tempb) && !eos; e = next) {
1890 apr_brigade_destroy(tempb);

Completed in 12 milliseconds