Searched refs:end_of_hex (Results 1 – 1 of 1) sorted by relevance
1542 int end_of_hex; in process_ok() local1549 end_of_hex = 0; in process_ok()1550 if (!_dbus_string_hex_decode (args_from_ok, 0, &end_of_hex, in process_ok()1557 if (end_of_hex != _dbus_string_get_length (args_from_ok) || in process_ok()1558 end_of_hex == 0) in process_ok()1561 end_of_hex, _dbus_string_get_length (args_from_ok)); in process_ok()