/third_party/grpc/src/core/ext/filters/client_channel/ |
D | http_proxy.cc | 66 char* uri_str = in GetHttpProxyServer() local 68 if (uri_str == nullptr) uri_str = gpr_getenv("grpc_proxy"); in GetHttpProxyServer() 69 if (uri_str == nullptr) uri_str = gpr_getenv("https_proxy"); in GetHttpProxyServer() 70 if (uri_str == nullptr) uri_str = gpr_getenv("http_proxy"); in GetHttpProxyServer() 71 if (uri_str == nullptr) return nullptr; in GetHttpProxyServer() 73 if (uri_str[0] == '\0') goto done; in GetHttpProxyServer() 74 uri = URI::Parse(uri_str); in GetHttpProxyServer() 106 gpr_free(uri_str); in GetHttpProxyServer()
|
D | subchannel.cc | 912 void UriToSockaddr(const char* uri_str, grpc_resolved_address* addr) { in UriToSockaddr() argument 913 absl::StatusOr<URI> uri = URI::Parse(uri_str); in UriToSockaddr()
|
/third_party/node/deps/cares/src/lib/ |
D | ares_parse_uri_reply.c | 50 char *uri_str = NULL, *rr_name = NULL; in ares_parse_uri_reply() local 75 status = ares_expand_name (aptr, abuf, alen, &uri_str, &len); in ares_parse_uri_reply() 81 ares_free (uri_str); in ares_parse_uri_reply() 167 if (uri_str) in ares_parse_uri_reply() 168 ares_free (uri_str); in ares_parse_uri_reply()
|
/third_party/libsoup/libsoup/ |
D | soup-request-file.c | 139 char *uri_str; in soup_request_file_ensure_file() local 141 uri_str = g_strdup_printf ("resource://%s", decoded_path); in soup_request_file_ensure_file() 142 file->priv->gfile = g_file_new_for_uri (uri_str); in soup_request_file_ensure_file() 143 g_free (uri_str); in soup_request_file_ensure_file()
|
/third_party/grpc/test/cpp/client/ |
D | destroy_grpclb_channel_with_active_connect_stress_test.cc | 63 const char* uri_str = "ipv6:[0100::1234]:443"; in TryConnectAndDestroy() local 64 grpc_uri* lb_uri = grpc_uri_parse(uri_str, true); in TryConnectAndDestroy()
|
/third_party/grpc/test/core/client_channel/resolvers/ |
D | dns_resolver_cooldown_test.cc | 214 const char* uri_str = nullptr; member 283 grpc_uri* uri = grpc_uri_parse(res_cb_arg->uri_str, 0); in start_test_under_work_serializer() 284 gpr_log(GPR_DEBUG, "test: '%s' should be valid for '%s'", res_cb_arg->uri_str, in start_test_under_work_serializer() 311 res_cb_arg->uri_str = "dns:127.0.0.1"; in test_cooldown()
|
/third_party/libsoup/tests/ |
D | server-auth-test.c | 34 char *uri_str; in do_test() local 44 uri_str = soup_uri_to_string (uri, FALSE); in do_test() 74 g_ptr_array_add (args, uri_str); in do_test() 89 g_free (uri_str); in do_test()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | sockaddr_utils.cc | 230 std::string uri_str; in grpc_sockaddr_to_uri() local 232 uri_str = absl::StrCat(scheme, ":", path); in grpc_sockaddr_to_uri() 234 return uri_str; in grpc_sockaddr_to_uri()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.c | 2003 GString *uri_str; in gst_uri_to_string() local 2008 uri_str = g_string_new (NULL); in gst_uri_to_string() 2011 g_string_append_printf (uri_str, "%s:", uri->scheme); in gst_uri_to_string() 2015 g_string_append (uri_str, "//"); in gst_uri_to_string() 2019 g_string_append_printf (uri_str, "%s@", escaped); in gst_uri_to_string() 2026 g_string_append_printf (uri_str, "[%s]", escaped); in gst_uri_to_string() 2030 g_string_append (uri_str, escaped); in gst_uri_to_string() 2036 g_string_append_printf (uri_str, ":%u", uri->port); in gst_uri_to_string() 2040 g_string_append (uri_str, escaped); in gst_uri_to_string() 2045 g_string_append (uri_str, "?"); in gst_uri_to_string() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtsink.c | 405 gchar *uri_str; in gst_srt_sink_uri_get_uri() local 409 uri_str = gst_uri_to_string (self->srtobject->uri); in gst_srt_sink_uri_get_uri() 412 return uri_str; in gst_srt_sink_uri_get_uri()
|
D | gstsrtsrc.c | 461 gchar *uri_str; in gst_srt_src_uri_get_uri() local 465 uri_str = gst_uri_to_string (self->srtobject->uri); in gst_srt_src_uri_get_uri() 468 return uri_str; in gst_srt_src_uri_get_uri()
|
/third_party/mesa3d/.gitlab-ci/lava/ |
D | lava_job_submitter.py | 169 uri_str = "{}://{}:{}@{}{}".format(uri_obj.scheme, usr, tok, uri_obj.netloc, uri_obj.path) 177 uri_str, allow_none=True, transport=transport)
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb.cc | 1469 std::string uri_str = absl::StrCat("fake:///", server_name_); in ProcessAddressesAndChannelArgsLocked() local 1471 CreateGrpclbBalancerChannel(uri_str.c_str(), *lb_channel_args); in ProcessAddressesAndChannelArgsLocked()
|