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

/httpd/server/
H A Dcore_filters.c377 apr_bucket *bucket, *next, *flush_upto = NULL; local
530 flush_upto == NULL ? " so far"
540 flush_upto = next;
549 if (flush_upto != NULL) {
550 ctx->tmp_flush_bb = apr_brigade_split_ex(bb, flush_upto,

Completed in 11 milliseconds