Home
last modified time | relevance | path

Searched refs:bucket_alloc (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/dports/www/htdigest/httpd-2.4.6/modules/proxy/
H A Dmod_proxy_http.c201 apr_bucket_alloc_t *bucket_alloc, in add_cl() argument
244 apr_bucket_alloc_t *bucket_alloc = r->connection->bucket_alloc; in stream_reqbody_chunked() local
248 add_te_chunked(p, bucket_alloc, header_brigade); in stream_reqbody_chunked()
249 terminate_headers(bucket_alloc, header_brigade); in stream_reqbody_chunked()
345 5, bucket_alloc); in stream_reqbody_chunked()
368 apr_bucket_alloc_t *bucket_alloc = r->connection->bucket_alloc; in stream_reqbody_cl() local
388 terminate_headers(bucket_alloc, header_brigade); in stream_reqbody_cl()
499 apr_bucket_alloc_t *bucket_alloc = r->connection->bucket_alloc; in spool_reqbody_cl() local
617 terminate_headers(bucket_alloc, header_brigade); in spool_reqbody_cl()
688 apr_bucket_alloc_t *bucket_alloc = c->bucket_alloc; in ap_proxy_http_request() local
[all …]
/dports/www/mod_fcgid/mod_fcgid-2.3.9/modules/fcgid/
H A Dfcgid_bridge.c310 apr_brigade_create(r->pool, r->connection->bucket_alloc); in handle_request_ipc()
313 bucket_alloc, in handle_request_ipc()
546 bucket_alloc); in add_request_body()
549 bucket_alloc); in add_request_body()
601 bucket_alloc); in add_request_body()
606 r->connection->bucket_alloc); in add_request_body()
676 r->connection->bucket_alloc); in add_request_body()
741 apr_brigade_create(r->pool, r->connection->bucket_alloc); in bridge_request()
745 (role, r, r->connection->bucket_alloc, output_brigade) in bridge_request()
746 || !build_env_block(r, envp, r->connection->bucket_alloc, in bridge_request()
[all …]
/dports/www/apache24/httpd-2.4.53/modules/proxy/
H A Dmod_proxy_http.c224 apr_bucket_alloc_t *bucket_alloc, in add_te_chunked() argument
239 apr_bucket_alloc_t *bucket_alloc, in add_cl() argument
282 apr_bucket_alloc_t *bucket_alloc; member
305 apr_bucket_alloc_t *bucket_alloc = req->bucket_alloc; in stream_reqbody() local
416 apr_bucket_alloc_t *bucket_alloc = req->bucket_alloc; in terminate_headers() local
458 apr_bucket_alloc_t *bucket_alloc = req->bucket_alloc; in ap_proxy_http_prefetch() local
822 tmp_bb = apr_brigade_create(r->pool, c->bucket_alloc); in ap_proxy_read_headers()
1027 bb = apr_brigade_create(p, c->bucket_alloc); in ap_proxy_http_process_response()
1028 pass_bb = apr_brigade_create(p, c->bucket_alloc); in ap_proxy_http_process_response()
1775 e = apr_bucket_eos_create(c->bucket_alloc); in ap_proxy_http_process_response()
[all …]
/dports/www/htdigest/httpd-2.4.6/modules/filters/
H A Dmod_substitute.c191 f->r->connection->bucket_alloc); in do_pattmatch()
208 f->r->connection->bucket_alloc); in do_pattmatch()
264 f->r->connection->bucket_alloc); in do_pattmatch()
282 f->r->connection->bucket_alloc); in do_pattmatch()
327 ctx->linebb = apr_brigade_create(f->r->pool, f->c->bucket_alloc); in substitute_filter()
328 ctx->linesbb = apr_brigade_create(f->r->pool, f->c->bucket_alloc); in substitute_filter()
329 ctx->pattbb = apr_brigade_create(f->r->pool, f->c->bucket_alloc); in substitute_filter()
334 ctx->passbb = apr_brigade_create(f->r->pool, f->c->bucket_alloc); in substitute_filter()
389 f->r->connection->bucket_alloc); in substitute_filter()
458 f->r->connection->bucket_alloc); in substitute_filter()
[all …]
/dports/www/htdigest/httpd-2.4.6/modules/examples/
H A Dmod_case_filter.c63 pbbOut=apr_brigade_create(r->pool, c->bucket_alloc); in CaseFilterOutFilter()
76 apr_bucket *pbktEOS=apr_bucket_eos_create(c->bucket_alloc); in CaseFilterOutFilter()
85 buf = apr_bucket_alloc(len, c->bucket_alloc); in CaseFilterOutFilter()
90 c->bucket_alloc); in CaseFilterOutFilter()
/dports/www/apache24/httpd-2.4.53/modules/examples/
H A Dmod_case_filter.c63 pbbOut = apr_brigade_create(r->pool, c->bucket_alloc); in CaseFilterOutFilter()
75 apr_bucket *pbktEOS = apr_bucket_eos_create(c->bucket_alloc); in CaseFilterOutFilter()
84 buf = apr_bucket_alloc(len, c->bucket_alloc); in CaseFilterOutFilter()
90 c->bucket_alloc); in CaseFilterOutFilter()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/buckets/
H A Dapr_brigade.c63 b->bucket_alloc = list; in apr_brigade_create()
77 a = apr_brigade_create(b->p, b->bucket_alloc); in apr_brigade_split()
398 e = apr_bucket_transient_create(str, nbyte, b->bucket_alloc); in apr_brigade_write()
411 buf = apr_bucket_alloc(APR_BUCKET_BUFF_SIZE, b->bucket_alloc); in apr_brigade_write()
413 apr_bucket_free, b->bucket_alloc); in apr_brigade_write()
456 b->bucket_alloc); in apr_brigade_writev()
465 b->bucket_alloc); in apr_brigade_writev()
536 buf = apr_bucket_alloc(APR_BUCKET_BUFF_SIZE, b->bucket_alloc); in apr_brigade_writev()
538 apr_bucket_free, b->bucket_alloc); in apr_brigade_writev()
683 bb->bucket_alloc); in apr_brigade_insert_file()
[all …]
/dports/devel/apr1/apr-util-1.6.1/buckets/
H A Dapr_brigade.c63 b->bucket_alloc = list; in apr_brigade_create()
78 a = apr_brigade_create(b->p, b->bucket_alloc); in apr_brigade_split_ex()
456 e = apr_bucket_transient_create(str, nbyte, b->bucket_alloc); in apr_brigade_write()
469 buf = apr_bucket_alloc(APR_BUCKET_BUFF_SIZE, b->bucket_alloc); in apr_brigade_write()
471 apr_bucket_free, b->bucket_alloc); in apr_brigade_write()
514 b->bucket_alloc); in apr_brigade_writev()
523 b->bucket_alloc); in apr_brigade_writev()
595 buf = apr_bucket_alloc(APR_BUCKET_BUFF_SIZE, b->bucket_alloc); in apr_brigade_writev()
597 apr_bucket_free, b->bucket_alloc); in apr_brigade_writev()
717 bb->bucket_alloc); in apr_brigade_insert_file()
[all …]
/dports/security/modsecurity3-apache/ModSecurity-apache-0.0.9-beta1-20-gf692ea99/src/
H A Dmsc_utils.c27 brigade = apr_brigade_create(f->r->pool, f->r->connection->bucket_alloc); in send_error_bucket()
34 f->r->connection->bucket_alloc); in send_error_bucket()
42 bucket = apr_bucket_eos_create(f->r->connection->bucket_alloc); in send_error_bucket()
/dports/www/mod_perl2/mod_perl-2.0.11/t/protocol/TestProtocol/
H A Decho_bbs2.pm28 my $bb_in = APR::Brigade->new($c->pool, $c->bucket_alloc);
29 my $bb_out = APR::Brigade->new($c->pool, $c->bucket_alloc);
43 my $bucket = APR::Bucket->new($bb_in->bucket_alloc, uc $data);
/dports/www/apache24/httpd-2.4.53/modules/filters/
H A Dmod_substitute.c235 f->r->connection->bucket_alloc); in do_pattmatch()
255 f->r->connection->bucket_alloc); in do_pattmatch()
324 f->r->connection->bucket_alloc); in do_pattmatch()
347 f->r->connection->bucket_alloc); in do_pattmatch()
395 ctx->linebb = apr_brigade_create(f->r->pool, f->c->bucket_alloc); in substitute_filter()
396 ctx->linesbb = apr_brigade_create(f->r->pool, f->c->bucket_alloc); in substitute_filter()
397 ctx->pattbb = apr_brigade_create(f->r->pool, f->c->bucket_alloc); in substitute_filter()
402 ctx->passbb = apr_brigade_create(f->r->pool, f->c->bucket_alloc); in substitute_filter()
458 f->r->connection->bucket_alloc); in substitute_filter()
527 f->r->connection->bucket_alloc); in substitute_filter()
[all …]
/dports/www/mod_perl2/mod_perl-2.0.11/t/response/TestAPI/
H A Din_out_filters.pm40 $r->connection->bucket_alloc);
42 my $b = APR::Bucket->new($r->connection->bucket_alloc, $data);
52 $r->connection->bucket_alloc);
/dports/www/p5-libapreq2/libapreq2-2.16/library/t/
H A Dparsers.c156 bb->bucket_alloc)); in parse_urlencoded()
163 bb->bucket_alloc)); in parse_urlencoded()
165 apr_bucket_eos_create(bb->bucket_alloc)); in parse_urlencoded()
214 bb->bucket_alloc); in parse_multipart()
216 APR_BRIGADE_INSERT_TAIL(bb, apr_bucket_eos_create(bb->bucket_alloc)); in parse_multipart()
285 APR_BRIGADE_INSERT_TAIL(bb, apr_bucket_eos_create(bb->bucket_alloc)); in parse_disable_uploads()
396 bb->bucket_alloc); in parse_related()
399 APR_BRIGADE_INSERT_TAIL(bb, apr_bucket_eos_create(bb->bucket_alloc)); in parse_related()
470 bb->bucket_alloc); in parse_mixed()
473 APR_BRIGADE_INSERT_TAIL(bb, apr_bucket_eos_create(bb->bucket_alloc)); in parse_mixed()
/dports/www/libapreq2/libapreq2-2.13/library/t/
H A Dparsers.c156 bb->bucket_alloc)); in parse_urlencoded()
163 bb->bucket_alloc)); in parse_urlencoded()
165 apr_bucket_eos_create(bb->bucket_alloc)); in parse_urlencoded()
214 bb->bucket_alloc); in parse_multipart()
216 APR_BRIGADE_INSERT_TAIL(bb, apr_bucket_eos_create(bb->bucket_alloc)); in parse_multipart()
284 APR_BRIGADE_INSERT_TAIL(bb, apr_bucket_eos_create(bb->bucket_alloc)); in parse_disable_uploads()
395 bb->bucket_alloc); in parse_related()
398 APR_BRIGADE_INSERT_TAIL(bb, apr_bucket_eos_create(bb->bucket_alloc)); in parse_related()
469 bb->bucket_alloc); in parse_mixed()
472 APR_BRIGADE_INSERT_TAIL(bb, apr_bucket_eos_create(bb->bucket_alloc)); in parse_mixed()
/dports/www/htdigest/httpd-2.4.6/modules/debugging/
H A Dmod_bucketeer.c80 ctx->bb = apr_brigade_create(f->r->pool, f->c->bucket_alloc); in bucketeer_out_filter()
133 f->c->bucket_alloc); in bucketeer_out_filter()
138 p = apr_bucket_flush_create(f->c->bucket_alloc); in bucketeer_out_filter()
159 f->c->bucket_alloc); in bucketeer_out_filter()
/dports/www/apache24/httpd-2.4.53/modules/debugging/
H A Dmod_bucketeer.c80 ctx->bb = apr_brigade_create(f->r->pool, f->c->bucket_alloc); in bucketeer_out_filter()
133 f->c->bucket_alloc); in bucketeer_out_filter()
138 p = apr_bucket_flush_create(f->c->bucket_alloc); in bucketeer_out_filter()
159 f->c->bucket_alloc); in bucketeer_out_filter()
/dports/www/htdigest/httpd-2.4.6/modules/http/
H A Dhttp_filters.c92 f->c->bucket_alloc); in bail_out_on_error()
94 e = apr_bucket_eos_create(f->c->bucket_alloc); in bail_out_on_error()
322 e = apr_bucket_eos_create(f->c->bucket_alloc); in ap_http_filter()
352 f->c->bucket_alloc); in ap_http_filter()
409 e = apr_bucket_eos_create(f->c->bucket_alloc); in ap_http_filter()
421 e = apr_bucket_eos_create(f->c->bucket_alloc); in ap_http_filter()
431 e = apr_bucket_eos_create(f->c->bucket_alloc); in ap_http_filter()
559 e = apr_bucket_eos_create(f->c->bucket_alloc); in ap_http_filter()
577 f->c->bucket_alloc); in ap_http_filter()
579 e = apr_bucket_eos_create(f->c->bucket_alloc); in ap_http_filter()
[all …]
H A Dbyterange_filter.c425 f->r->pool, c->bucket_alloc); in send_416()
427 e = apr_bucket_eos_create(c->bucket_alloc); in send_416()
500 bsend = apr_brigade_create(r->pool, c->bucket_alloc); in ap_byterange_filter()
532 tmpbb = apr_brigade_create(r->pool, c->bucket_alloc); in ap_byterange_filter()
562 r->pool, c->bucket_alloc); in ap_byterange_filter()
569 c->bucket_alloc); in ap_byterange_filter()
600 e = apr_bucket_pool_create(end, strlen(end), r->pool, c->bucket_alloc); in ap_byterange_filter()
604 e = apr_bucket_eos_create(c->bucket_alloc); in ap_byterange_filter()
H A Dchunk_filter.c140 c->bucket_alloc); in ap_http_chunk_filter()
147 e = apr_bucket_immortal_create(ASCII_CRLF, 2, c->bucket_alloc); in ap_http_chunk_filter()
183 ASCII_CRLF, 5, c->bucket_alloc); in ap_http_chunk_filter()
/dports/www/apache24/httpd-2.4.53/modules/http/
H A Dbyterange_filter.c422 f->r->pool, c->bucket_alloc); in send_416()
424 e = apr_bucket_eos_create(c->bucket_alloc); in send_416()
497 bsend = apr_brigade_create(r->pool, c->bucket_alloc); in ap_byterange_filter()
529 tmpbb = apr_brigade_create(r->pool, c->bucket_alloc); in ap_byterange_filter()
559 r->pool, c->bucket_alloc); in ap_byterange_filter()
566 c->bucket_alloc); in ap_byterange_filter()
597 e = apr_bucket_pool_create(end, strlen(end), r->pool, c->bucket_alloc); in ap_byterange_filter()
601 e = apr_bucket_eos_create(c->bucket_alloc); in ap_byterange_filter()
H A Dchunk_filter.c141 c->bucket_alloc); in ap_http_chunk_filter()
148 e = apr_bucket_immortal_create(ASCII_CRLF, 2, c->bucket_alloc); in ap_http_chunk_filter()
184 ASCII_CRLF, 5, c->bucket_alloc); in ap_http_chunk_filter()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/unordered/detail/
H A Dbuckets.hpp23 return prev_prime(this->bucket_alloc().max_size() - 1); in max_bucket_count()
98 bucket_alloc().destroy(begin); in delete_buckets()
101 bucket_alloc().deallocate(this->buckets_, this->bucket_count_ + 1); in delete_buckets()
144 constructor(bucket_alloc()); in create_buckets()
/dports/www/mod_perl2/mod_perl-2.0.11/t/filter/TestFilter/
H A Din_bbs_underrun.pm61 my $ba = $filter->r->connection->bucket_alloc;
84 $bb->insert_tail(APR::Bucket->new($bb->bucket_alloc, $_));
93 $bb->insert_tail(APR::Bucket->new($bb->bucket_alloc, $ctx));
/dports/www/htdigest/httpd-2.4.6/server/
H A Dconnection.c72 bb = apr_brigade_create(c->pool, c->bucket_alloc); in AP_CORE_DECLARE()
75 b = apr_bucket_flush_create(c->bucket_alloc); in AP_CORE_DECLARE()
79 b = ap_bucket_eoc_create(c->bucket_alloc); in AP_CORE_DECLARE()
/dports/www/apache24/httpd-2.4.53/server/mpm/netware/
H A Dmpm_netware.c177 apr_bucket_alloc_t *bucket_alloc) __attribute__ ((noreturn));
179 apr_bucket_alloc_t *bucket_alloc) in clean_child_exit() argument
181 apr_bucket_alloc_destroy(bucket_alloc); in clean_child_exit()
341 apr_bucket_alloc_t *bucket_alloc; in worker_main() local
372 bucket_alloc = apr_bucket_alloc_create_ex(allocator); in worker_main()
386 clean_child_exit(0, my_worker_num, ptrans, bucket_alloc); in worker_main()
399 clean_child_exit(0, my_worker_num, ptrans, bucket_alloc); in worker_main()
510 bucket_alloc); in worker_main()
516 clean_child_exit(1, my_worker_num, ptrans, bucket_alloc); in worker_main()
528 bucket_alloc); in worker_main()
[all …]

12345678910>>...15