| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| D | nghttp3_balloc.c | 32 void nghttp3_balloc_init(nghttp3_balloc *balloc, size_t blklen, in nghttp3_balloc_init() 42 void nghttp3_balloc_free(nghttp3_balloc *balloc) { in nghttp3_balloc_free() 50 void nghttp3_balloc_clear(nghttp3_balloc *balloc) { in nghttp3_balloc_clear() 62 int nghttp3_balloc_get(nghttp3_balloc *balloc, void **pbuf, size_t n) { in nghttp3_balloc_get()
|
| D | nghttp3_objalloc.h | 46 nghttp3_balloc balloc; member
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| D | ngtcp2_balloc.c | 31 void ngtcp2_balloc_init(ngtcp2_balloc *balloc, size_t blklen, in ngtcp2_balloc_init() 41 void ngtcp2_balloc_free(ngtcp2_balloc *balloc) { in ngtcp2_balloc_free() 49 void ngtcp2_balloc_clear(ngtcp2_balloc *balloc) { in ngtcp2_balloc_clear() 61 int ngtcp2_balloc_get(ngtcp2_balloc *balloc, void **pbuf, size_t n) { in ngtcp2_balloc_get()
|
| D | ngtcp2_objalloc.h | 45 ngtcp2_balloc balloc; member
|
| /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() 1380 BlockAllocator balloc(1024, 1024); in path_join() local 1622 int construct_push_component(BlockAllocator &balloc, StringRef &scheme, in construct_push_component() 1728 StringRef path_join(BlockAllocator &balloc, const StringRef &base_path, in path_join() 1819 StringRef normalize_path(BlockAllocator &balloc, const StringRef &path, in normalize_path() 1866 StringRef normalize_path_colon(BlockAllocator &balloc, const StringRef &path, in normalize_path_colon() 1914 BlockAllocator balloc(1024, 1024); in normalize_path() local 1919 StringRef rewrite_clean_path(BlockAllocator &balloc, const StringRef &src) { in rewrite_clean_path() 1934 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 591 auto &balloc = downstream->get_block_allocator(); in htp_msg_completecb() local 981 auto &balloc = downstream->get_block_allocator(); in send_reply() local 1061 auto &balloc = downstream->get_block_allocator(); in error_reply() local 1125 auto &balloc = downstream->get_block_allocator(); in on_downstream_header_complete() local 1424 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 | 193 StringRef percent_encode_token(BlockAllocator &balloc, in percent_encode_token() 234 StringRef quote_string(BlockAllocator &balloc, const StringRef &target) { in quote_string() 514 StringRef format_hex(BlockAllocator &balloc, const StringRef &s) { in format_hex() 545 StringRef to_base64(BlockAllocator &balloc, const StringRef &token68str) { in to_base64() 1340 StringRef make_http_hostport(BlockAllocator &balloc, const StringRef &host, in make_http_hostport() 1346 StringRef make_hostport(BlockAllocator &balloc, const StringRef &host, in make_hostport() 1490 StringRef percent_decode(BlockAllocator &balloc, const StringRef &src) { in percent_decode() 1598 StringRef decode_hex(BlockAllocator &balloc, const StringRef &s) { in decode_hex() 1705 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 | 399 auto &balloc = handler->get_block_allocator(); in tls_session_new_cb() local 461 auto &balloc = handler->get_block_allocator(); in tls_session_get_cb() local 2572 StringRef get_x509_name(BlockAllocator &balloc, X509_NAME *nm) { in get_x509_name() 2594 StringRef get_x509_subject_name(BlockAllocator &balloc, X509 *x) { in get_x509_subject_name() 2598 StringRef get_x509_issuer_name(BlockAllocator &balloc, X509 *x) { in get_x509_issuer_name() 2602 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 1176 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
|