Searched refs:server_auth (Results 1 – 3 of 3) sorted by relevance
102 server_auth(int drmfd) in server_auth() function220 server_auth(drmfd); in server()
1444 DBusAuthServer *server_auth; in send_rejected() local1478 server_auth = DBUS_AUTH_SERVER (auth); in send_rejected()1479 server_auth->failures += 1; in send_rejected()1481 if (server_auth->failures >= server_auth->max_failures) in send_rejected()2250 DBusAuthServer *server_auth; in _dbus_auth_server_new() local2272 server_auth = DBUS_AUTH_SERVER (auth); in _dbus_auth_server_new()2274 server_auth->guid = guid_copy; in _dbus_auth_server_new()2279 server_auth->failures = 0; in _dbus_auth_server_new()2280 server_auth->max_failures = 6; in _dbus_auth_server_new()
129 server_auth 129