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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-win.c1336 DBusString noncefileStr; local
1338 if (!_dbus_string_init (&noncefileStr) ||
1339 !_dbus_string_append(&noncefileStr, noncefile))
1346 ret = _dbus_send_nonce (fd, &noncefileStr, error);
1348 _dbus_string_free (&noncefileStr);
H A Ddbus-sysdeps-unix.c1343 DBusString noncefileStr; local
1345 _dbus_string_init_const (&noncefileStr, noncefile);
1346 ret = _dbus_send_nonce (fd, &noncefileStr, error);
1347 _dbus_string_free (&noncefileStr);

Completed in 96 milliseconds