Lines Matching refs:transport_name
397 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()
534 *out_transport_name = g_steal_pointer (&transport_name); in _g_dbus_address_parse_entry()
540 g_free (transport_name); in _g_dbus_address_parse_entry()
561 const gchar *transport_name, in g_dbus_address_connect() argument
578 else if (g_strcmp0 (transport_name, "unix") == 0) in g_dbus_address_connect()
609 else if (g_strcmp0 (transport_name, "tcp") == 0 || g_strcmp0 (transport_name, "nonce-tcp") == 0) in g_dbus_address_connect()
617 is_nonce = (g_strcmp0 (transport_name, "nonce-tcp") == 0); in g_dbus_address_connect()
683 transport_name, in g_dbus_address_connect()
794 gchar *transport_name; in g_dbus_address_try_connect_one() local
798 transport_name = NULL; in g_dbus_address_try_connect_one()
802 &transport_name, in g_dbus_address_try_connect_one()
808 transport_name, in g_dbus_address_try_connect_one()
820 g_free (transport_name); in g_dbus_address_try_connect_one()