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

/macosx-10.9.5/apache-786.1/httpd/modules/filters/
H A Dmod_substitute.c54 apr_bucket_brigade *passbb; member in struct:__anon5976
304 ctx->passbb = apr_brigade_create(f->r->pool, f->c->bucket_alloc);
355 APR_BRIGADE_CONCAT(ctx->passbb, ctx->pattbb);
359 APR_BRIGADE_INSERT_TAIL(ctx->passbb, b);
367 APR_BRIGADE_INSERT_TAIL(ctx->passbb, b);
416 * Count how many buckets we have in ctx->passbb
417 * so far. Yes, this is correct we count ctx->passbb
426 APR_BRIGADE_CONCAT(ctx->passbb, ctx->pattbb);
428 * If the number of buckets in ctx->passbb reaches an
431 * in this case and thus clear ctx->passbb
[all...]

Completed in 389 milliseconds