Searched refs:bbnext (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dmod_xml2enc.c65 apr_bucket_brigade* bbnext; member in struct:__anon177
379 if (ctx->bbnext == NULL) {
380 ctx->bbnext = apr_brigade_create(f->r->pool,
399 APR_BRIGADE_INSERT_TAIL(ctx->bbnext, b);
400 return ap_fflush(f->next, ctx->bbnext);
402 ap_fflush(f->next, ctx->bbnext);
425 rv = ap_fflush(f->next, ctx->bbnext);
478 rv2 = ap_fwrite(f->next, ctx->bbnext, ctx->buf,
507 rv = ap_fflush(f->next, ctx->bbnext);
512 rv = ap_pass_brigade(f->next, ctx->bbnext);
[all...]

Completed in 10 milliseconds