Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A 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()
H A Dallocator.h191 // private function used in concat_string_ref. this is the base
195 // private function used in concat_string_ref. This function counts
205 // private function used in concat_string_ref. this is the base
209 // private function used in concat_string_ref. This function copies
223 StringRef concat_string_ref(BlockAllocator &alloc, Args &&...args) { in concat_string_ref() function
237 // then just call concat_string_ref().
242 return concat_string_ref(alloc, std::forward<Args>(args)...); in realloc_concat_string_ref()
H A 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()
1430 loc = concat_string_ref(balloc, StringRef::from_lit("https://"), authority, in redirect_to_https()
1433 loc = concat_string_ref(balloc, StringRef::from_lit("https://"), authority, in redirect_to_https()
H A Dshrpx_http.cc51 return concat_string_ref( in create_error_html()
H A Dshrpx_api_downstream_connection.cc444 auto data = concat_string_ref( in handle_configrevision()
H A 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()
H A DHttpServer.cc1220 auto location = concat_string_ref( in prepare_redirect_response()
1350 auto reqpath = concat_string_ref(stream->balloc, raw_path, in prepare_response()

Completed in 11 milliseconds