Lines Matching refs:ba
349 apr_bucket_alloc_t *ba = handle->bucket_alloc;
382 ba,
410 req->in = apr_brigade_create(pool, ba);
411 req->tmpbb = apr_brigade_create(pool, ba);
414 pipe = apr_bucket_pipe_create(file, ba);
415 eos = apr_bucket_eos_create(ba);
935 apr_bucket_alloc_t *ba = data;
936 apr_bucket_alloc_destroy(ba);
971 apr_bucket_alloc_t *ba;
981 ba = apr_bucket_alloc_create(pool);
987 req->handle.bucket_alloc = ba;
1009 apr_pool_cleanup_register(pool, ba, ba_cleanup, ba_cleanup);