Searched refs:make_byte_ref (Results 1 - 19 of 19) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_http.cc | 77 auto iov = make_byte_ref(balloc, len + 1); in create_forwarded() 191 auto iov = make_byte_ref(balloc, len + 1); in create_affinity_cookie() 249 auto iov = make_byte_ref(balloc, len + 2); in create_altsvc_header_value()
|
H A D | shrpx_api_downstream_connection.cc | 133 auto buf = make_byte_ref(balloc, buflen); in send_reply() 285 auto iov = make_byte_ref(balloc, len + 1); in error_method_not_allowed()
|
H A D | util.cc | 195 auto iov = make_byte_ref(balloc, target.size() * 3 + 1); in percent_encode_token() 241 auto iov = make_byte_ref(balloc, target.size() + cnt + 1); in quote_string() 515 auto iov = make_byte_ref(balloc, s.size() * 2 + 1); in format_hex() 548 auto iov = make_byte_ref(balloc, len + 1); in to_base64() 1342 auto iov = make_byte_ref(balloc, host.size() + 2 + 1 + 5 + 1); in make_http_hostport() 1348 auto iov = make_byte_ref(balloc, host.size() + 2 + 1 + 5 + 1); in make_hostport() 1491 auto iov = make_byte_ref(balloc, src.size() * 3 + 1); in percent_decode() 1599 auto iov = make_byte_ref(balloc, s.size() + 1); in decode_hex()
|
H A D | http2.cc | 667 auto iov = make_byte_ref(balloc, len + 1); in rewrite_location_uri() 1661 auto iov = make_byte_ref(balloc, len + 1); 1731 auto res = make_byte_ref( 1831 auto result = make_byte_ref(balloc, path.size() + 1); 1878 auto result = make_byte_ref(balloc, path.size() + 1); 1935 auto iov = make_byte_ref(balloc, src.size() + 1);
|
H A D | base64.h | 212 auto iov = make_byte_ref(balloc, len / 4 * 3 + 1); in decode()
|
H A D | allocator.h | 266 ByteRef make_byte_ref(BlockAllocator &alloc, size_t size) { in make_byte_ref() function
|
H A D | shrpx_http2_downstream_connection.cc | 438 auto iov = make_byte_ref(balloc, vialen + 1); in push_request_headers()
|
H A D | shrpx_downstream.cc | 322 auto iov = make_byte_ref(balloc_, len + 1); in assemble_request_cookie() 452 auto iov = make_byte_ref(balloc, name.size() + 1); in alloc_header_name()
|
H A D | shrpx_worker.cc | 1192 auto rev_host_src = make_byte_ref(balloc, host.size() - 1); in match_downstream_addr_group_host() 1293 auto low_host = make_byte_ref(balloc, host.size() + 1); in match_downstream_addr_group()
|
H A D | shrpx_client_handler.cc | 494 auto buf = make_byte_ref(balloc_, len + 1); in ClientHandler() 513 auto buf = make_byte_ref(balloc_, len + 1); in init_forwarded_for()
|
H A D | shrpx_config.cc | 371 make_byte_ref(balloc, std::distance(std::begin(optarg), colon) + 1); in parse_header() 776 auto iov = make_byte_ref( in parse_log_format() 1231 auto iov = make_byte_ref(downstreamconf.balloc, raw_pattern.size() + 2); in parse_mapping() 1242 auto iov = make_byte_ref(downstreamconf.balloc, in parse_mapping() 1381 auto iov = make_byte_ref(downstreamconf.balloc, host.size() + 1); in parse_mapping()
|
H A D | shrpx_log.cc | 557 auto iov = make_byte_ref(balloc, len + 1); in construct_absolute_request_uri()
|
H A D | util.h | 460 auto iov = make_byte_ref(balloc, NGHTTP2_MAX_UINT64_DIGITS + 1); in make_string_ref_uint()
|
H A D | shrpx_http_downstream_connection.cc | 566 auto iov = make_byte_ref(balloc, base64::encode_length(nonce.size()) + 1); in push_request_headers()
|
H A D | shrpx_https_upstream.cc | 276 auto iovec = make_byte_ref(balloc, authoritylen + 1); in rewrite_request_host_path_from_uri()
|
H A D | shrpx_http2_upstream.cc | 1830 auto iov = make_byte_ref(balloc, len + 1); in on_downstream_header_complete()
|
H A D | shrpx_tls.cc | 2587 auto iov = make_byte_ref(balloc, slen + 1); in get_x509_name()
|
H A D | shrpx_http3_upstream.cc | 1410 auto iov = make_byte_ref(balloc, len + 1); in on_downstream_header_complete()
|
H A D | shrpx.cc | 3907 auto iov = make_byte_ref(config->balloc, SHRPX_OBFUSCATED_NODE_LENGTH + 2); in process_options()
|
Completed in 40 milliseconds