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

/httpd/modules/filters/
H A Dmod_sed.c51 apr_bucket_brigade *bbinp; member in struct:sed_filter_ctxt
382 apr_bucket_brigade *bbinp; local
405 ctx->bbinp = apr_brigade_create(f->r->pool, f->c->bucket_alloc);
408 bbinp = ctx->bbinp;
411 * Read the readbytes data from next level fiter into bbinp. Loop through
412 * the buckets in bbinp and read the data from buckets and invoke
432 apr_brigade_cleanup(bbinp);
433 status = ap_get_brigade(f->next, bbinp, mode, block, readbytes);
437 for (b = APR_BRIGADE_FIRST(bbinp);
[all...]

Completed in 10 milliseconds