Home
last modified time | relevance | path

Searched refs:transport_name (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/
Dgdbusaddress.c397 gchar *transport_name; in g_dbus_is_supported_address() local
402 &transport_name, in g_dbus_is_supported_address()
408 if (g_strcmp0 (transport_name, "unix") == 0) in g_dbus_is_supported_address()
410 else if (g_strcmp0 (transport_name, "tcp") == 0) in g_dbus_is_supported_address()
412 else if (g_strcmp0 (transport_name, "nonce-tcp") == 0) in g_dbus_is_supported_address()
419 transport_name, a[n]); in g_dbus_is_supported_address()
421 g_free (transport_name); in g_dbus_is_supported_address()
446 gchar *transport_name; in _g_dbus_address_parse_entry() local
453 transport_name = NULL; in _g_dbus_address_parse_entry()
476 transport_name = g_strndup (address_entry, s - address_entry); in _g_dbus_address_parse_entry()
[all …]
Dgdbusserver.c1126 gchar *transport_name; in initable_init() local
1133 &transport_name, in initable_init()
1142 else if (g_strcmp0 (transport_name, "unix") == 0) in initable_init()
1145 else if (g_strcmp0 (transport_name, "tcp") == 0) in initable_init()
1147 else if (g_strcmp0 (transport_name, "nonce-tcp") == 0) in initable_init()
1154 transport_name); in initable_init()
1156 g_free (transport_name); in initable_init()
/third_party/grpc/test/core/channel/
Dminimal_stack_is_minimal_test.cc49 static int check_stack(const char* file, int line, const char* transport_name,
123 static int check_stack(const char* file, int line, const char* transport_name, in check_stack() argument
130 fake_transport_vtable.name = transport_name; in check_stack()
134 if (transport_name != nullptr) { in check_stack()
195 "FAILED transport=%s; stack_type=%s; channel_args=%s:", transport_name, in check_stack()
/third_party/grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc530 const grpc_channel_args* args, const char* transport_name) { in user_agent_from_args() argument
546 GPR_PLATFORM_STRING, transport_name)); in user_agent_from_args()