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

/httpd/server/
H A Dcore_filters.c371 apr_status_t ap_core_output_filter(ap_filter_t *f, apr_bucket_brigade *new_bb) argument
385 if (new_bb != NULL) {
386 apr_brigade_cleanup(new_bb);
404 if (new_bb != NULL)
405 bb = new_bb;
409 if (new_bb != NULL) {
417 else if (new_bb == NULL) {
424 * 1) The new_bb is null: Do a nonblocking write of as much as
426 * then save the rest in ctx->buffered_bb. (If new_bb == NULL,
468 if (new_bb
[all...]

Completed in 9 milliseconds