Searched refs:allow_anonymous (Results 1 – 2 of 2) sorted by relevance
/third_party/glib/gio/ |
D | gdbusauth.c | 886 gboolean allow_anonymous, in get_auth_mechanisms() argument 901 if (!allow_anonymous && g_strcmp0 (m->name, "ANONYMOUS") == 0) in get_auth_mechanisms() 926 gboolean allow_anonymous, in _g_dbus_auth_run_server() argument 1059 s = get_auth_mechanisms (auth, allow_anonymous, "REJECTED ", "\r\n", " "); in _g_dbus_auth_run_server() 1111 (!allow_anonymous && g_strcmp0 (mech_name, "ANONYMOUS") == 0)) in _g_dbus_auth_run_server() 1115 s = get_auth_mechanisms (auth, allow_anonymous, "REJECTED ", "\r\n", " "); in _g_dbus_auth_run_server() 1200 s = get_auth_mechanisms (auth, allow_anonymous, "REJECTED ", "\r\n", " "); in _g_dbus_auth_run_server()
|
D | gdbusauth.h | 69 gboolean allow_anonymous,
|