bucket_alloc       80 sapi/apache2filter/sapi_apache2.c 	ba = f->c->bucket_alloc;
bucket_alloc      279 sapi/apache2filter/sapi_apache2.c 	ba = ctx->r->connection->bucket_alloc;
bucket_alloc      385 sapi/apache2filter/sapi_apache2.c 		ctx->post_data = apr_brigade_create(f->r->pool, f->c->bucket_alloc);
bucket_alloc      391 sapi/apache2filter/sapi_apache2.c 	APR_BRIGADE_INSERT_TAIL(bb, apr_bucket_eos_create(bb->bucket_alloc));
bucket_alloc      486 sapi/apache2filter/sapi_apache2.c 		pbb->bb = apr_brigade_create(f->r->pool, f->c->bucket_alloc);
bucket_alloc      559 sapi/apache2filter/sapi_apache2.c 	b = apr_bucket_eos_create(f->c->bucket_alloc);
bucket_alloc      614 sapi/apache2handler/sapi_apache2.c 		brigade = apr_brigade_create(r->pool, r->connection->bucket_alloc);
bucket_alloc      681 sapi/apache2handler/sapi_apache2.c 		bucket = apr_bucket_eos_create(r->connection->bucket_alloc);