Searched refs:bucket_alloc (Results 1 - 25 of 63) sorted by relevance

123

/macosx-10.9.5/apache-786.1/httpd/modules/http/
H A Dchunk_filter.c141 c->bucket_alloc);
148 e = apr_bucket_immortal_create(ASCII_CRLF, 2, c->bucket_alloc);
184 ASCII_CRLF, 5, c->bucket_alloc);
H A Dbyterange_filter.c204 f->r->pool, c->bucket_alloc);
206 e = apr_bucket_eos_create(c->bucket_alloc);
266 bsend = apr_brigade_create(r->pool, c->bucket_alloc);
300 tmpbb = apr_brigade_create(r->pool, c->bucket_alloc);
330 r->pool, c->bucket_alloc);
337 c->bucket_alloc);
367 e = apr_bucket_pool_create(end, strlen(end), r->pool, c->bucket_alloc);
371 e = apr_bucket_eos_create(c->bucket_alloc);
H A Dhttp_filters.c90 f->c->bucket_alloc);
92 e = apr_bucket_eos_create(f->c->bucket_alloc);
235 ctx->bb = apr_brigade_create(f->r->pool, f->c->bucket_alloc);
315 e = apr_bucket_eos_create(f->c->bucket_alloc);
344 f->c->bucket_alloc);
346 e = apr_bucket_flush_create(f->c->bucket_alloc);
401 e = apr_bucket_eos_create(f->c->bucket_alloc);
413 e = apr_bucket_eos_create(f->c->bucket_alloc);
423 e = apr_bucket_eos_create(f->c->bucket_alloc);
507 e = apr_bucket_eos_create(f->c->bucket_alloc);
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/experimental/
H A Dmod_case_filter.c63 pbbOut=apr_brigade_create(r->pool, c->bucket_alloc);
76 apr_bucket *pbktEOS=apr_bucket_eos_create(c->bucket_alloc);
85 buf = apr_bucket_alloc(len, c->bucket_alloc);
90 c->bucket_alloc);
H A Dmod_case_filter_in.c77 pCtx->pbbTmp = apr_brigade_create(r->pool, c->bucket_alloc);
116 pbktOut = apr_bucket_heap_create(buf, len, 0, c->bucket_alloc);
/macosx-10.9.5/apache-786.1/httpd/modules/generators/
H A Dmod_asis.c92 bb = apr_brigade_create(r->pool, c->bucket_alloc);
101 r->pool, c->bucket_alloc);
113 r->pool, c->bucket_alloc);
115 b = apr_bucket_eos_create(c->bucket_alloc);
/macosx-10.9.5/apache-786.1/httpd/modules/echo/
H A Dmod_echo.c63 bb = apr_brigade_create(c->pool, c->bucket_alloc);
74 b = apr_bucket_flush_create(c->bucket_alloc);
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dmod_proxy_http.c210 apr_bucket_alloc_t *bucket_alloc,
220 e = apr_bucket_pool_create(buf, sizeof(te_hdr)-1, p, bucket_alloc);
225 apr_bucket_alloc_t *bucket_alloc,
237 e = apr_bucket_pool_create(buf, strlen(buf), p, bucket_alloc);
244 static void terminate_headers(apr_bucket_alloc_t *bucket_alloc, argument
250 e = apr_bucket_immortal_create(ASCII_CRLF, 2, bucket_alloc);
254 static int pass_brigade(apr_bucket_alloc_t *bucket_alloc, argument
263 apr_bucket *e = apr_bucket_flush_create(bucket_alloc);
306 apr_bucket_alloc_t *bucket_alloc = r->connection->bucket_alloc; local
209 add_te_chunked(apr_pool_t *p, apr_bucket_alloc_t *bucket_alloc, apr_bucket_brigade *header_brigade) argument
224 add_cl(apr_pool_t *p, apr_bucket_alloc_t *bucket_alloc, apr_bucket_brigade *header_brigade, const char *cl_val) argument
425 apr_bucket_alloc_t *bucket_alloc = r->connection->bucket_alloc; local
551 apr_bucket_alloc_t *bucket_alloc = r->connection->bucket_alloc; local
693 apr_bucket_alloc_t *bucket_alloc = c->bucket_alloc; local
[all...]
H A Dmod_proxy_ajp.c246 input_brigade = apr_brigade_create(p, r->connection->bucket_alloc);
364 output_brigade = apr_brigade_create(p, r->connection->bucket_alloc);
473 e = apr_bucket_flush_create(r->connection->bucket_alloc);
496 r->connection->bucket_alloc);
505 e = apr_bucket_flush_create(r->connection->bucket_alloc);
540 e = apr_bucket_eos_create(r->connection->bucket_alloc);
673 e = apr_bucket_eos_create(r->connection->bucket_alloc);
H A Dmod_proxy_ftp.c291 apr_bucket_brigade *out = apr_brigade_create(p, c->bucket_alloc);
304 ctx->in = apr_brigade_create(p, c->bucket_alloc);
373 p, c->bucket_alloc));
392 c->bucket_alloc));
398 c->bucket_alloc));
411 p, c->bucket_alloc));
420 c->bucket_alloc));
424 APR_BRIGADE_INSERT_TAIL(out, apr_bucket_flush_create(c->bucket_alloc));
585 c->bucket_alloc));
586 APR_BRIGADE_INSERT_TAIL(out, apr_bucket_flush_create(c->bucket_alloc));
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dconnection.c74 bb = apr_brigade_create(c->pool, c->bucket_alloc);
77 b = apr_bucket_flush_create(c->bucket_alloc);
81 b = ap_bucket_eoc_create(c->bucket_alloc);
H A Dprotocol.c471 tmp_bb = apr_brigade_create(r->pool, r->connection->bucket_alloc);
862 tmp_bb = apr_brigade_create(r->pool, r->connection->bucket_alloc);
918 tmp_bb = apr_brigade_create(r->pool, r->connection->bucket_alloc);
1147 bb = apr_brigade_create(r->pool, c->bucket_alloc);
1148 b = apr_bucket_eos_create(c->bucket_alloc);
1319 apr_bucket *flush = apr_bucket_flush_create(r->connection->bucket_alloc);
1386 bb = apr_brigade_create(r->pool, c->bucket_alloc);
1387 b = apr_bucket_file_create(fd, offset, len, r->pool, c->bucket_alloc);
1410 bb = apr_brigade_create(r->pool, c->bucket_alloc);
1411 b = apr_bucket_mmap_create(mm, offset, length, c->bucket_alloc);
[all...]
H A Dutil_xml.c44 brigade = apr_brigade_create(r->pool, r->connection->bucket_alloc);
H A Dcore_filters.c129 ctx->b = apr_brigade_create(f->c->pool, f->c->bucket_alloc);
130 ctx->tmpbb = apr_brigade_create(ctx->b->p, ctx->b->bucket_alloc);
132 e = apr_bucket_socket_create(net->client_socket, f->c->bucket_alloc);
233 e = apr_bucket_eos_create(f->c->bucket_alloc);
265 e = apr_bucket_eos_create(f->c->bucket_alloc);
659 f->c->bucket_alloc);
/macosx-10.9.5/apache-786.1/httpd/modules/debug/
H A Dmod_bucketeer.c80 ctx->bb = apr_brigade_create(f->r->pool, f->c->bucket_alloc);
133 f->c->bucket_alloc);
138 p = apr_bucket_flush_create(f->c->bucket_alloc);
156 f->c->bucket_alloc);
/macosx-10.9.5/apache-786.1/httpd/modules/filters/
H A Dmod_include.h51 (f)->c->bucket_alloc))
H A Dmod_substitute.c183 f->r->connection->bucket_alloc);
200 f->r->connection->bucket_alloc);
237 f->r->connection->bucket_alloc);
249 f->r->connection->bucket_alloc);
297 ctx->linebb = apr_brigade_create(f->r->pool, f->c->bucket_alloc);
298 ctx->linesbb = apr_brigade_create(f->r->pool, f->c->bucket_alloc);
299 ctx->pattbb = apr_brigade_create(f->r->pool, f->c->bucket_alloc);
304 ctx->passbb = apr_brigade_create(f->r->pool, f->c->bucket_alloc);
353 f->r->connection->bucket_alloc);
411 f->r->connection->bucket_alloc);
[all...]
H A Dmod_deflate.c307 struct apr_bucket_alloc_t *bucket_alloc,
331 bucket_alloc);
530 ctx->bb = apr_brigade_create(r->pool, f->c->bucket_alloc);
561 f->c->bucket_alloc);
605 flush_libz_buffer(ctx, c, f->c->bucket_alloc, deflate, Z_FINISH,
613 f->c->bucket_alloc);
664 zRC = flush_libz_buffer(ctx, c, f->c->bucket_alloc, deflate,
710 NULL, f->c->bucket_alloc);
784 ctx->bb = apr_brigade_create(r->pool, f->c->bucket_alloc);
785 ctx->proc_bb = apr_brigade_create(r->pool, f->c->bucket_alloc);
306 flush_libz_buffer(deflate_ctx *ctx, deflate_filter_config *c, struct apr_bucket_alloc_t *bucket_alloc, int (*libz_func)(z_streamp, int), int flush, int crc) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/buckets/
H A Dapr_brigade.c63 b->bucket_alloc = list;
78 a = apr_brigade_create(b->p, b->bucket_alloc);
456 e = apr_bucket_transient_create(str, nbyte, b->bucket_alloc);
461 e = apr_bucket_heap_create(str, nbyte, NULL, b->bucket_alloc);
469 buf = apr_bucket_alloc(APR_BUCKET_BUFF_SIZE, b->bucket_alloc);
471 apr_bucket_free, b->bucket_alloc);
514 b->bucket_alloc);
523 b->bucket_alloc);
595 buf = apr_bucket_alloc(APR_BUCKET_BUFF_SIZE, b->bucket_alloc);
597 apr_bucket_free, b->bucket_alloc);
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/buckets/
H A Dapr_brigade.c63 b->bucket_alloc = list;
78 a = apr_brigade_create(b->p, b->bucket_alloc);
438 e = apr_bucket_transient_create(str, nbyte, b->bucket_alloc);
443 e = apr_bucket_heap_create(str, nbyte, NULL, b->bucket_alloc);
451 buf = apr_bucket_alloc(APR_BUCKET_BUFF_SIZE, b->bucket_alloc);
453 apr_bucket_free, b->bucket_alloc);
496 b->bucket_alloc);
505 b->bucket_alloc);
576 buf = apr_bucket_alloc(APR_BUCKET_BUFF_SIZE, b->bucket_alloc);
578 apr_bucket_free, b->bucket_alloc);
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/cache/
H A Dmod_file_cache.c278 apr_bucket_brigade *bb = apr_brigade_create(r->pool, c->bucket_alloc);
282 c->bucket_alloc);
284 b = apr_bucket_eos_create(c->bucket_alloc);
298 apr_bucket_brigade *bb = apr_brigade_create(r->pool, c->bucket_alloc);
301 r->pool, c->bucket_alloc);
303 b = apr_bucket_eos_create(c->bucket_alloc);
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_engine_io.c126 outctx->bb = apr_brigade_create(c->pool, c->bucket_alloc);
145 outctx->bb->bucket_alloc);
154 e = apr_bucket_flush_create(outctx->bb->bucket_alloc);
228 outctx->bb->bucket_alloc);
897 bucket = HTTP_ON_HTTPS_PORT_BUCKET(f->c->bucket_alloc);
907 bucket = apr_bucket_eos_create(f->c->bucket_alloc);
1315 upgradebb = apr_brigade_create(r->pool, f->c->bucket_alloc);
1320 b = apr_bucket_flush_create(f->c->bucket_alloc);
1377 apr_bucket *bucket = apr_bucket_eos_create(f->c->bucket_alloc);
1385 apr_bucket *bucket = apr_bucket_immortal_create(CRLF, 2, f->c->bucket_alloc);
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/arch/win32/
H A Dmod_isapi.c837 bb = apr_brigade_create(r->pool, c->bucket_alloc);
838 b = apr_bucket_transient_create(buf_data, buf_size, c->bucket_alloc);
840 b = apr_bucket_flush_create(c->bucket_alloc);
927 bb = apr_brigade_create(cid->r->pool, c->bucket_alloc);
929 headlen - ate, c->bucket_alloc);
931 b = apr_bucket_flush_create(c->bucket_alloc);
1086 bb = apr_brigade_create(r->pool, c->bucket_alloc);
1118 c->bucket_alloc);
1129 tf->TailLength, c->bucket_alloc);
1133 b = apr_bucket_flush_create(c->bucket_alloc);
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/mpm/netware/
H A Dmpm_netware.c178 apr_bucket_alloc_t *bucket_alloc) __attribute__ ((noreturn));
180 apr_bucket_alloc_t *bucket_alloc)
182 apr_bucket_alloc_destroy(bucket_alloc);
338 apr_bucket_alloc_t *bucket_alloc; local
364 bucket_alloc = apr_bucket_alloc_create_ex(allocator);
378 clean_child_exit(0, my_worker_num, ptrans, bucket_alloc);
391 clean_child_exit(0, my_worker_num, ptrans, bucket_alloc);
502 bucket_alloc);
508 clean_child_exit(1, my_worker_num, ptrans, bucket_alloc);
520 bucket_alloc);
179 clean_child_exit(int code, int worker_num, apr_pool_t *ptrans, apr_bucket_alloc_t *bucket_alloc) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2_child.c347 apr_bucket_alloc_t *bucket_alloc; local
377 bucket_alloc = apr_bucket_alloc_create_ex(allocator);
385 sbh, bucket_alloc);
400 apr_bucket_alloc_destroy(bucket_alloc);

Completed in 235 milliseconds

123