Searched refs:auth_command (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-auth.c1354 DBusString auth_command; local
1356 if (!_dbus_string_init (&auth_command))
1359 if (!_dbus_string_append (&auth_command,
1362 _dbus_string_free (&auth_command);
1366 if (!_dbus_string_append (&auth_command,
1369 _dbus_string_free (&auth_command);
1375 if (!_dbus_string_append (&auth_command, " "))
1377 _dbus_string_free (&auth_command);
1381 if (!(* mech->client_initial_response_func) (auth, &auth_command))
1383 _dbus_string_free (&auth_command);
[all...]

Completed in 47 milliseconds