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

/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_sed.c51 apr_bucket_brigade *bbinp; member in struct:sed_filter_ctxt
394 apr_bucket_brigade *bbinp; local
417 ctx->bbinp = apr_brigade_create(f->r->pool, f->c->bucket_alloc);
420 bbinp = ctx->bbinp;
423 * Read the readbytes data from next level fiter into bbinp. Loop through
424 * the buckets in bbinp and read the data from buckets and invoke
444 apr_brigade_cleanup(bbinp);
445 status = ap_get_brigade(f->next, bbinp, mode, block, readbytes);
449 for (b = APR_BRIGADE_FIRST(bbinp);
[all...]

Completed in 108 milliseconds