Searched refs:address_entry (Results 1 – 3 of 3) sorted by relevance
/third_party/glib/gio/ |
D | gdbusaddress.c | 123 is_valid_unix (const gchar *address_entry, in is_valid_unix() argument 161 address_entry); in is_valid_unix() 173 address_entry); in is_valid_unix() 182 address_entry); in is_valid_unix() 195 is_valid_nonce_tcp (const gchar *address_entry, in is_valid_nonce_tcp() argument 235 address_entry); in is_valid_nonce_tcp() 249 address_entry, "port"); in is_valid_nonce_tcp() 260 address_entry, "family"); in is_valid_nonce_tcp() 275 address_entry, "noncefile"); in is_valid_nonce_tcp() 288 is_valid_tcp (const gchar *address_entry, in is_valid_tcp() argument [all …]
|
D | gdbusserver.c | 691 const gchar *address_entry, in try_unix() argument 831 const gchar *address_entry, in try_tcp() argument 1124 const gchar *address_entry = addr_array[n]; in initable_init() local 1130 if (g_dbus_is_supported_address (address_entry, in initable_init() 1132 _g_dbus_address_parse_entry (address_entry, in initable_init() 1143 ret = try_unix (server, address_entry, key_value_pairs, &this_error); in initable_init() 1146 ret = try_tcp (server, address_entry, key_value_pairs, FALSE, &this_error); in initable_init() 1148 ret = try_tcp (server, address_entry, key_value_pairs, TRUE, &this_error); in initable_init()
|
D | gdbusprivate.h | 99 gboolean _g_dbus_address_parse_entry (const gchar *address_entry,
|