Home
last modified time | relevance | path

Searched refs:make_byte_ref (Results 1 - 19 of 19) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_http.cc77 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 Dshrpx_api_downstream_connection.cc133 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 Dutil.cc195 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 Dhttp2.cc667 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 Dbase64.h212 auto iov = make_byte_ref(balloc, len / 4 * 3 + 1); in decode()
H A Dallocator.h266 ByteRef make_byte_ref(BlockAllocator &alloc, size_t size) { in make_byte_ref() function
H A Dshrpx_http2_downstream_connection.cc438 auto iov = make_byte_ref(balloc, vialen + 1); in push_request_headers()
H A Dshrpx_downstream.cc322 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 Dshrpx_worker.cc1192 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 Dshrpx_client_handler.cc494 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 Dshrpx_config.cc371 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 Dshrpx_log.cc557 auto iov = make_byte_ref(balloc, len + 1); in construct_absolute_request_uri()
H A Dutil.h460 auto iov = make_byte_ref(balloc, NGHTTP2_MAX_UINT64_DIGITS + 1); in make_string_ref_uint()
H A Dshrpx_http_downstream_connection.cc566 auto iov = make_byte_ref(balloc, base64::encode_length(nonce.size()) + 1); in push_request_headers()
H A Dshrpx_https_upstream.cc276 auto iovec = make_byte_ref(balloc, authoritylen + 1); in rewrite_request_host_path_from_uri()
H A Dshrpx_http2_upstream.cc1830 auto iov = make_byte_ref(balloc, len + 1); in on_downstream_header_complete()
H A Dshrpx_tls.cc2587 auto iov = make_byte_ref(balloc, slen + 1); in get_x509_name()
H A Dshrpx_http3_upstream.cc1410 auto iov = make_byte_ref(balloc, len + 1); in on_downstream_header_complete()
H A Dshrpx.cc3907 auto iov = make_byte_ref(config->balloc, SHRPX_OBFUSCATED_NODE_LENGTH + 2); in process_options()

Completed in 43 milliseconds