Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbusauth.c569 gchar *ret_guid; in _g_dbus_auth_run_client() local
582 ret_guid = NULL; in _g_dbus_auth_run_client()
702 ret_guid = g_strdup (line + 3); in _g_dbus_auth_run_client()
864 g_free (ret_guid); in _g_dbus_auth_run_client()
865 ret_guid = NULL; in _g_dbus_auth_run_client()
868 if (ret_guid != NULL) in _g_dbus_auth_run_client()
877 debug_print ("CLIENT: Done, authenticated=%d", ret_guid != NULL); in _g_dbus_auth_run_client()
879 return ret_guid; in _g_dbus_auth_run_client()