Home
last modified time | relevance | path

Searched defs:balloc (Results 1 – 25 of 33) sorted by relevance

12

/third_party/nghttp2/src/
Dutil_test.cc117 BlockAllocator balloc(4096, 4096); in test_util_to_base64() local
136 BlockAllocator balloc(4096, 4096); in test_util_percent_encode_token() local
165 BlockAllocator balloc(1024, 1024); in test_util_percent_decode() local
177 BlockAllocator balloc(4096, 4096); in test_util_quote_string() local
273 BlockAllocator balloc(1024, 1024); in test_util_make_string_ref_uint() local
531 BlockAllocator balloc(4096, 4096); in test_util_make_http_hostport() local
548 BlockAllocator balloc(4096, 4096); in test_util_make_hostport() local
590 BlockAllocator balloc(4096, 4096); in test_util_format_hex() local
606 BlockAllocator balloc(4096, 4096); in test_util_decode_hex() local
Dshrpx_http_test.cc42 BlockAllocator balloc(1024, 1024); in test_shrpx_http_create_forwarded() local
95 BlockAllocator balloc(1024, 1024); in test_shrpx_http_create_affinity_cookie() local
Dshrpx_http.cc38 StringRef create_error_html(BlockAllocator &balloc, unsigned int http_status) { in create_error_html()
60 StringRef create_forwarded(BlockAllocator &balloc, int params, in create_forwarded()
176 StringRef create_affinity_cookie(BlockAllocator &balloc, const StringRef &name, in create_affinity_cookie()
Dshrpx_config_test.cc41 BlockAllocator balloc(4096, 4096); in test_shrpx_config_parse_header() local
73 BlockAllocator balloc(4096, 4096); in test_shrpx_config_parse_log_format() local
Dshrpx_downstream_test.cc36 BlockAllocator balloc(16, 16); in test_downstream_field_store_append_last_header() local
64 BlockAllocator balloc(16, 16); in test_downstream_field_store_header() local
Dhttp2.cc144 StringRef stringify_status(BlockAllocator &balloc, unsigned int status_code) { in stringify_status()
631 StringRef rewrite_location_uri(BlockAllocator &balloc, const StringRef &uri, in rewrite_location_uri()
1364 BlockAllocator balloc(1024, 1024); in path_join() local
1606 int construct_push_component(BlockAllocator &balloc, StringRef &scheme, in construct_push_component()
1712 StringRef path_join(BlockAllocator &balloc, const StringRef &base_path, in path_join()
1797 StringRef normalize_path(BlockAllocator &balloc, const StringRef &path, in normalize_path()
1844 StringRef normalize_path_colon(BlockAllocator &balloc, const StringRef &path, in normalize_path_colon()
1892 BlockAllocator balloc(1024, 1024); in normalize_path() local
1897 StringRef rewrite_clean_path(BlockAllocator &balloc, const StringRef &src) { in rewrite_clean_path()
1912 StringRef copy_lower(BlockAllocator &balloc, const StringRef &src) { in copy_lower()
Dshrpx_https_upstream.cc129 auto &balloc = downstream->get_block_allocator(); in htp_uricb() local
244 void rewrite_request_host_path_from_uri(BlockAllocator &balloc, Request &req, in rewrite_request_host_path_from_uri()
400 auto &balloc = downstream->get_block_allocator(); in htp_hdrs_completecb() local
919 auto &balloc = downstream->get_block_allocator(); in send_reply() local
999 auto &balloc = downstream->get_block_allocator(); in error_reply() local
1053 void write_altsvc(DefaultMemchunks *buf, BlockAllocator &balloc, in write_altsvc()
1075 auto &balloc = downstream->get_block_allocator(); in on_downstream_header_complete() local
1380 auto &balloc = downstream->get_block_allocator(); in redirect_to_https() local
Dshrpx_api_downstream_connection.cc109 auto &balloc = downstream_->get_block_allocator(); in send_reply() local
283 auto &balloc = downstream_->get_block_allocator(); in error_method_not_allowed() local
437 auto &balloc = downstream_->get_block_allocator(); in handle_configrevision() local
Dshrpx_worker_test.cc53 BlockAllocator balloc(1024, 1024); in test_shrpx_worker_match_downstream_addr_group() local
Dshrpx_mruby_module_request.cc120 auto &balloc = downstream->get_block_allocator(); in request_set_authority() local
154 auto &balloc = downstream->get_block_allocator(); in request_set_scheme() local
188 auto &balloc = downstream->get_block_allocator(); in request_set_path() local
217 auto &balloc = downstream->get_block_allocator(); in request_mod_header() local
Dshrpx_mruby_module_env.cc170 auto &balloc = downstream->get_block_allocator(); in env_get_tls_client_fingerprint_md() local
207 auto &balloc = downstream->get_block_allocator(); in env_get_tls_client_subject_name() local
231 auto &balloc = downstream->get_block_allocator(); in env_get_tls_client_issuer_name() local
255 auto &balloc = downstream->get_block_allocator(); in env_get_tls_client_serial() local
367 auto &balloc = downstream->get_block_allocator(); in env_get_tls_session_id() local
Dshrpx_mruby_module_response.cc111 auto &balloc = downstream->get_block_allocator(); in response_mod_header() local
210 auto &balloc = downstream->get_block_allocator(); in response_return() local
299 auto &balloc = downstream->get_block_allocator(); in response_send_info() local
Dasio_server_request_handler.cc36 BlockAllocator balloc(1024, 1024); in create_html() local
Dbase64_test.cc62 BlockAllocator balloc(4096, 4096); in test_base64_decode() local
Dutil.cc167 StringRef percent_encode_token(BlockAllocator &balloc, in percent_encode_token()
203 StringRef quote_string(BlockAllocator &balloc, const StringRef &target) { in quote_string()
448 StringRef format_hex(BlockAllocator &balloc, const StringRef &s) { in format_hex()
479 StringRef to_base64(BlockAllocator &balloc, const StringRef &token68str) { in to_base64()
1185 StringRef make_http_hostport(BlockAllocator &balloc, const StringRef &host, in make_http_hostport()
1236 StringRef make_hostport(BlockAllocator &balloc, const StringRef &host, in make_hostport()
1402 StringRef percent_decode(BlockAllocator &balloc, const StringRef &src) { in percent_decode()
1510 StringRef decode_hex(BlockAllocator &balloc, const StringRef &s) { in decode_hex()
Dhttp2_test.cc264 BlockAllocator balloc(4096, 4096); in check_rewrite_location_uri() local
908 BlockAllocator balloc(4096, 4096); in test_http2_rewrite_clean_path() local
955 BlockAllocator balloc(4096, 4096); in test_http2_construct_push_component() local
Dshrpx_http2_upstream.cc112 auto &balloc = http->get_downstream()->get_block_allocator(); in upgrade_upstream() local
1513 auto &balloc = downstream->get_block_allocator(); in send_reply() local
1574 auto &balloc = downstream->get_block_allocator(); in error_reply() local
1646 auto &balloc = downstream->get_block_allocator(); in on_downstream_header_complete() local
1966 auto &balloc = downstream->get_block_allocator(); in redirect_to_https() local
2131 auto &balloc = downstream->get_block_allocator(); in prepare_push_promise() local
2255 auto &balloc = downstream->get_block_allocator(); in initiate_push() local
Dbase64.h207 StringRef decode(BlockAllocator &balloc, InputIt first, InputIt last) { in decode()
Dshrpx_tls.cc340 auto &balloc = handler->get_block_allocator(); in tls_session_new_cb() local
402 auto &balloc = handler->get_block_allocator(); in tls_session_get_cb() local
2020 StringRef get_x509_name(BlockAllocator &balloc, X509_NAME *nm) { in get_x509_name()
2042 StringRef get_x509_subject_name(BlockAllocator &balloc, X509 *x) { in get_x509_subject_name()
2046 StringRef get_x509_issuer_name(BlockAllocator &balloc, X509 *x) { in get_x509_issuer_name()
2057 StringRef get_x509_serial(BlockAllocator &balloc, X509 *x) { in get_x509_serial()
Dshrpx_worker.cc584 size_t catch_all, BlockAllocator &balloc) { in match_downstream_addr_group_host()
663 size_t catch_all, BlockAllocator &balloc) { in match_downstream_addr_group()
Dshrpx_downstream.cc441 StringRef alloc_header_name(BlockAllocator &balloc, const StringRef &name) { in alloc_header_name()
453 void append_last_header_key(BlockAllocator &balloc, bool &key_prev, size_t &sum, in append_last_header_key()
470 void append_last_header_value(BlockAllocator &balloc, bool &key_prev, in append_last_header_value()
Dshrpx_log.cc544 StringRef construct_absolute_request_uri(BlockAllocator &balloc, in construct_absolute_request_uri()
593 auto &balloc = downstream->get_block_allocator(); in upstream_accesslog() local
Dshrpx_http2_downstream_connection.cc252 auto &balloc = downstream_->get_block_allocator(); in push_request_headers() local
Dshrpx_downstream.h61 FieldStore(BlockAllocator &balloc, size_t headers_initial_capacity) in FieldStore()
DHttpServer.h138 BlockAllocator balloc; member

12