| /third_party/nghttp2/src/ |
| D | shrpx_http_test.cc | 42 BlockAllocator balloc(1024, 1024); in test_shrpx_http_create_forwarded() local 95 BlockAllocator balloc(1024, 1024); in test_shrpx_http_create_affinity_cookie() local 123 BlockAllocator balloc(1024, 1024); local 138 BlockAllocator balloc(1024, 1024); local
|
| D | util_test.cc | 117 BlockAllocator balloc(4096, 4096); in test_util_to_base64() local 136 BlockAllocator balloc(4096, 4096); in test_util_percent_encode_token() local 160 BlockAllocator balloc(1024, 1024); in test_util_percent_decode() local 172 BlockAllocator balloc(4096, 4096); in test_util_quote_string() local 268 BlockAllocator balloc(1024, 1024); in test_util_make_string_ref_uint() local 530 BlockAllocator balloc(4096, 4096); in test_util_make_http_hostport() local 550 BlockAllocator balloc(4096, 4096); in test_util_make_hostport() local 592 BlockAllocator balloc(4096, 4096); in test_util_format_hex() local 608 BlockAllocator balloc(4096, 4096); in test_util_decode_hex() local 698 BlockAllocator balloc(4096, 4096); in test_util_rstrip() local
|
| D | shrpx_http.cc | 38 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() 223 StringRef create_altsvc_header_value(BlockAllocator &balloc, in create_altsvc_header_value()
|
| D | shrpx_config_test.cc | 41 BlockAllocator balloc(4096, 4096); in test_shrpx_config_parse_header() local 73 BlockAllocator balloc(4096, 4096); in test_shrpx_config_parse_log_format() local
|
| D | http2.cc | 144 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() 1353 BlockAllocator balloc(1024, 1024); in path_join() local 1595 int construct_push_component(BlockAllocator &balloc, StringRef &scheme, in construct_push_component() 1701 StringRef path_join(BlockAllocator &balloc, const StringRef &base_path, in path_join() 1792 StringRef normalize_path(BlockAllocator &balloc, const StringRef &path, in normalize_path() 1839 StringRef normalize_path_colon(BlockAllocator &balloc, const StringRef &path, in normalize_path_colon() 1887 BlockAllocator balloc(1024, 1024); in normalize_path() local 1892 StringRef rewrite_clean_path(BlockAllocator &balloc, const StringRef &src) { in rewrite_clean_path() 1907 StringRef copy_lower(BlockAllocator &balloc, const StringRef &src) { in copy_lower()
|
| D | shrpx_https_upstream.cc | 142 auto &balloc = downstream->get_block_allocator(); in htp_uricb() local 257 void rewrite_request_host_path_from_uri(BlockAllocator &balloc, Request &req, in rewrite_request_host_path_from_uri() 344 auto &balloc = downstream->get_block_allocator(); in htp_hdrs_completecb() local 576 auto &balloc = downstream->get_block_allocator(); in htp_msg_completecb() local 957 auto &balloc = downstream->get_block_allocator(); in send_reply() local 1037 auto &balloc = downstream->get_block_allocator(); in error_reply() local 1101 auto &balloc = downstream->get_block_allocator(); in on_downstream_header_complete() local 1400 auto &balloc = downstream->get_block_allocator(); in redirect_to_https() local
|
| D | shrpx_downstream_test.cc | 36 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
|
| D | shrpx_api_downstream_connection.cc | 109 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
|
| D | shrpx_mruby_module_request.cc | 120 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
|
| D | shrpx_worker_test.cc | 53 BlockAllocator balloc(1024, 1024); in test_shrpx_worker_match_downstream_addr_group() local
|
| D | shrpx_mruby_module_env.cc | 176 auto &balloc = downstream->get_block_allocator(); in env_get_tls_client_fingerprint_md() local 217 auto &balloc = downstream->get_block_allocator(); in env_get_tls_client_subject_name() local 247 auto &balloc = downstream->get_block_allocator(); in env_get_tls_client_issuer_name() local 277 auto &balloc = downstream->get_block_allocator(); in env_get_tls_client_serial() local 407 auto &balloc = downstream->get_block_allocator(); in env_get_tls_session_id() local
|
| D | shrpx_mruby_module_response.cc | 111 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
|
| D | util.cc | 151 StringRef percent_encode_token(BlockAllocator &balloc, in percent_encode_token() 192 StringRef quote_string(BlockAllocator &balloc, const StringRef &target) { in quote_string() 472 StringRef format_hex(BlockAllocator &balloc, const StringRef &s) { in format_hex() 503 StringRef to_base64(BlockAllocator &balloc, const StringRef &token68str) { in to_base64() 1298 StringRef make_http_hostport(BlockAllocator &balloc, const StringRef &host, in make_http_hostport() 1304 StringRef make_hostport(BlockAllocator &balloc, const StringRef &host, in make_hostport() 1448 StringRef percent_decode(BlockAllocator &balloc, const StringRef &src) { in percent_decode() 1556 StringRef decode_hex(BlockAllocator &balloc, const StringRef &s) { in decode_hex() 1663 StringRef rstrip(BlockAllocator &balloc, const StringRef &s) { in rstrip()
|
| D | base64_test.cc | 62 BlockAllocator balloc(4096, 4096); in test_base64_decode() local
|
| D | shrpx_http2_upstream.cc | 112 auto &balloc = http->get_downstream()->get_block_allocator(); in upgrade_upstream() local 1523 auto &balloc = downstream->get_block_allocator(); in send_reply() local 1584 auto &balloc = downstream->get_block_allocator(); in error_reply() local 1656 auto &balloc = downstream->get_block_allocator(); in on_downstream_header_complete() local 1984 auto &balloc = downstream->get_block_allocator(); in redirect_to_https() local 2149 auto &balloc = downstream->get_block_allocator(); in prepare_push_promise() local 2273 auto &balloc = downstream->get_block_allocator(); in initiate_push() local
|
| D | http2_test.cc | 264 BlockAllocator balloc(4096, 4096); in check_rewrite_location_uri() local 1071 BlockAllocator balloc(4096, 4096); in test_http2_rewrite_clean_path() local 1118 BlockAllocator balloc(4096, 4096); in test_http2_construct_push_component() local
|
| D | base64.h | 207 StringRef decode(BlockAllocator &balloc, InputIt first, InputIt last) { in decode()
|
| D | shrpx_tls.cc | 398 auto &balloc = handler->get_block_allocator(); in tls_session_new_cb() local 460 auto &balloc = handler->get_block_allocator(); in tls_session_get_cb() local 2566 StringRef get_x509_name(BlockAllocator &balloc, X509_NAME *nm) { in get_x509_name() 2588 StringRef get_x509_subject_name(BlockAllocator &balloc, X509 *x) { in get_x509_subject_name() 2592 StringRef get_x509_issuer_name(BlockAllocator &balloc, X509 *x) { in get_x509_issuer_name() 2603 StringRef get_x509_serial(BlockAllocator &balloc, X509 *x) { in get_x509_serial()
|
| D | shrpx_http_downstream_connection.cc | 480 auto &balloc = downstream_->get_block_allocator(); in push_request_headers() local 928 auto &balloc = downstream->get_block_allocator(); in htp_hdrs_completecb() local 1161 auto &balloc = downstream->get_block_allocator(); in htp_msg_completecb() local
|
| D | shrpx_downstream.cc | 451 StringRef alloc_header_name(BlockAllocator &balloc, const StringRef &name) { in alloc_header_name() 463 void append_last_header_key(BlockAllocator &balloc, bool &key_prev, size_t &sum, in append_last_header_key() 480 void append_last_header_value(BlockAllocator &balloc, bool &key_prev, in append_last_header_value()
|
| D | shrpx_log.cc | 544 StringRef construct_absolute_request_uri(BlockAllocator &balloc, in construct_absolute_request_uri() 593 auto &balloc = downstream->get_block_allocator(); in upstream_accesslog() local
|
| D | shrpx_http2_downstream_connection.cc | 252 auto &balloc = downstream_->get_block_allocator(); in push_request_headers() local
|
| D | shrpx_worker.cc | 1154 size_t catch_all, BlockAllocator &balloc) { in match_downstream_addr_group_host() 1233 size_t catch_all, BlockAllocator &balloc) { in match_downstream_addr_group()
|
| D | shrpx_downstream.h | 65 FieldStore(BlockAllocator &balloc, size_t headers_initial_capacity) in FieldStore()
|
| D | HttpServer.h | 140 BlockAllocator balloc; member
|