Searched refs:end_of_hex (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.c1542 int end_of_hex; local
1549 end_of_hex = 0;
1550 if (!_dbus_string_hex_decode (args_from_ok, 0, &end_of_hex,
1557 if (end_of_hex != _dbus_string_get_length (args_from_ok) ||
1558 end_of_hex == 0)
1561 end_of_hex, _dbus_string_get_length (args_from_ok));

Completed in 54 milliseconds