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

/httpd/modules/filters/
H A Dmod_substitute.c64 apr_bucket_brigade *linesbb; member in struct:__anon176
346 ctx->linesbb = apr_brigade_create(f->r->pool, f->c->bucket_alloc);
541 * (ctx->linesbb) to avoid creating a new one.
543 ap_save_brigade(f, &(ctx->linesbb), &(ctx->linebb), f->r->pool);
545 ctx->linebb = ctx->linesbb;
546 ctx->linesbb = tmp_bb;

Completed in 8 milliseconds