Searched refs:concat_string_ref (Results 1 – 7 of 7) sorted by relevance
/third_party/nghttp2/src/ |
D | allocator.h | 223 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()
|
D | shrpx_http2_downstream_connection.cc | 379 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()
|
D | shrpx_https_upstream.cc | 164 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()
|
D | shrpx_http.cc | 51 return concat_string_ref( in create_error_html()
|
D | shrpx_api_downstream_connection.cc | 444 auto data = concat_string_ref( in handle_configrevision()
|
D | shrpx_http2_upstream.cc | 1990 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()
|
D | HttpServer.cc | 1216 auto location = concat_string_ref( in prepare_redirect_response() 1346 auto reqpath = concat_string_ref(stream->balloc, raw_path, in prepare_response()
|