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

/httpd/server/
H A Dcore_filters.c81 apr_bucket_brigade *buffered_bb; member in struct:core_output_filter_ctx
400 /* same for buffered_bb and ap_save_brigade */
401 ctx->buffered_bb = apr_brigade_create(c->pool, c->bucket_alloc);
407 if ((ctx->buffered_bb != NULL) &&
408 !APR_BRIGADE_EMPTY(ctx->buffered_bb)) {
410 APR_BRIGADE_PREPEND(bb, ctx->buffered_bb);
413 bb = ctx->buffered_bb;
426 * then save the rest in ctx->buffered_bb. (If new_bb == NULL,
465 * then save the rest in ctx->buffered_bb.
607 * This function assumes that either ctx->buffered_bb
[all...]

Completed in 7 milliseconds