Home
last modified time | relevance | path

Searched refs:concat_string_ref (Results 1 – 7 of 7) sorted by relevance

/third_party/nghttp2/src/
Dallocator.h223 StringRef concat_string_ref(BlockAllocator &alloc, Args &&...args) { in concat_string_ref() function
242 return concat_string_ref(alloc, std::forward<Args>(args)...); in realloc_concat_string_ref()
Dshrpx_http2_downstream_connection.cc379 value = concat_string_ref(balloc, fwd->value, in push_request_headers()
397 xff_value = concat_string_ref(balloc, xff->value, in push_request_headers()
416 xfp_value = concat_string_ref(balloc, xfp->value, in push_request_headers()
Dshrpx_https_upstream.cc164 concat_string_ref(balloc, req.authority, StringRef{data, len}); in htp_uricb()
166 req.path = concat_string_ref(balloc, req.path, StringRef{data, len}); in htp_uricb()
323 path = concat_string_ref(balloc, path, StringRef::from_lit("?"), in rewrite_request_host_path_from_uri()
1406 loc = concat_string_ref(balloc, StringRef::from_lit("https://"), authority, in redirect_to_https()
1409 loc = concat_string_ref(balloc, StringRef::from_lit("https://"), authority, in redirect_to_https()
Dshrpx_http.cc51 return concat_string_ref( in create_error_html()
Dshrpx_api_downstream_connection.cc444 auto data = concat_string_ref( in handle_configrevision()
Dshrpx_http2_upstream.cc1990 loc = concat_string_ref(balloc, StringRef::from_lit("https://"), authority, in redirect_to_https()
1993 loc = concat_string_ref(balloc, StringRef::from_lit("https://"), authority, in redirect_to_https()
DHttpServer.cc1216 auto location = concat_string_ref( in prepare_redirect_response()
1346 auto reqpath = concat_string_ref(stream->balloc, raw_path, in prepare_response()