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

/httpd/server/
H A Dcore_filters.c82 apr_bucket_brigade *tmp_flush_bb; member in struct:core_output_filter_ctx
399 ctx->tmp_flush_bb = apr_brigade_create(c->pool, c->bucket_alloc);
550 ctx->tmp_flush_bb = apr_brigade_split_ex(bb, flush_upto,
551 ctx->tmp_flush_bb);
571 APR_BRIGADE_CONCAT(bb, ctx->tmp_flush_bb);

Completed in 11 milliseconds