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

/httpd/modules/filters/
H A Dmod_ratelimit.c65 apr_bucket_alloc_t *ba = f->r->connection->bucket_alloc; local
109 ctx->tmpbb = apr_brigade_create(f->r->pool, ba);
110 ctx->holdingbb = apr_brigade_create(f->r->pool, ba);
142 fb = apr_bucket_flush_create(ba);
206 fb = apr_bucket_flush_create(ba);
/httpd/server/mpm/simple/
H A Dsimple_types.h123 apr_bucket_alloc_t *ba; member in struct:simple_conn_t
H A Dsimple_io.c214 scon->ba = apr_bucket_alloc_create(scon->pool);
217 conn_id, sbh, scon->ba);
/httpd/server/
H A Dapreq_parser_multipart.c215 apr_bucket_alloc_t *ba,
246 ctx->hdr_parser = apreq_parser_make(pool, ba, "",
251 ctx->bb = apr_brigade_create(pool, ba);
252 ctx->in = apr_brigade_create(pool, ba);
253 ctx->eos = apr_bucket_eos_create(ba);
265 apr_bucket_alloc_t *ba = parser->bucket_alloc; local
271 pool, ba,
409 next_ctx = create_multipart_context(ct, pool, ba,
432 ctx->next_parser = apreq_parser_make(pool, ba, ct,
213 create_multipart_context(const char *content_type, apr_pool_t *pool, apr_bucket_alloc_t *ba, apr_size_t brigade_limit, const char *temp_dir, unsigned level) argument
H A Dapreq_module_cgi.c349 apr_bucket_alloc_t *ba = handle->bucket_alloc; local
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; local
936 apr_bucket_alloc_destroy(ba);
971 apr_bucket_alloc_t *ba; local
981 ba
[all...]
H A Dapreq_parser.c35 apr_bucket_alloc_t *ba,
48 p->bucket_alloc = ba;
34 apreq_parser_make(apr_pool_t *pool, apr_bucket_alloc_t *ba, const char *content_type, apreq_parser_function_t pfn, apr_size_t brigade_limit, const char *temp_dir, apreq_hook_t *hook, void *ctx) argument
/httpd/include/
H A Dapreq_parser.h188 * @param ba bucket allocator used to create bucket brigades
198 apr_bucket_alloc_t *ba,
/httpd/server/mpm/motorz/
H A Dmotorz.h180 apr_bucket_alloc_t *ba; member in struct:motorz_conn_t
H A Dmotorz.c143 scon->ba = apr_bucket_alloc_create(scon->pool);
146 conn_id, sbh, scon->ba);
/httpd/modules/apreq/
H A Dfilter.c114 apr_bucket_alloc_t *ba = r->connection->bucket_alloc; local
152 ctx->parser = apreq_parser_make(r->pool, ba, ct_header, pf,
178 ctx->bb = apr_brigade_create(r->pool, ba);
179 ctx->bbtmp = apr_brigade_create(r->pool, ba);
180 ctx->spool = apr_brigade_create(r->pool, ba);
/httpd/modules/proxy/balancers/
H A Dmod_lbmethod_heartbeat.c119 apr_bucket_alloc_t *ba = apr_bucket_alloc_create(pool); local
120 apr_bucket_brigade *bb = apr_brigade_create(pool, ba);
121 apr_bucket_brigade *tmpbb = apr_brigade_create(pool, ba);
/httpd/server/mpm/winnt/
H A Dchild.c100 apr_bucket_alloc_t *ba; member in struct:winnt_conn_ctx_t_s
140 context->ba = apr_bucket_alloc_create(context->ptrans);
260 context->ba = apr_bucket_alloc_create(context->ptrans);
458 buf = apr_bucket_alloc(len, context->ba);
599 apr_bucket_free, context->ba);
851 context->ba);
/httpd/modules/cluster/
H A Dmod_heartmonitor.c254 apr_bucket_alloc_t *ba; local
266 ba = apr_bucket_alloc_create(pool);
267 bb = apr_brigade_create(pool, ba);
269 tmpbb = apr_brigade_create(pool, ba);

Completed in 77 milliseconds