Searched refs:end_return (Results 1 – 5 of 5) sorted by relevance
511 int *end_return) in _dbus_string_parse_int() argument528 if (end_return) in _dbus_string_parse_int()529 *end_return = start + (end - p); in _dbus_string_parse_int()550 int *end_return) in _dbus_string_parse_uint() argument567 if (end_return) in _dbus_string_parse_uint()568 *end_return = start + (end - p); in _dbus_string_parse_uint()760 int *end_return) in _dbus_string_parse_double() argument783 if (end_return) in _dbus_string_parse_double()784 *end_return = start + (end - p); in _dbus_string_parse_double()
215 int *end_return);219 int *end_return);223 int *end_return);227 int *end_return);286 int *end_return,
1843 int *end_return) in _dbus_string_get_unichar() argument1855 if (end_return) in _dbus_string_get_unichar()1856 *end_return = real->len; in _dbus_string_get_unichar()1872 if (end_return) in _dbus_string_get_unichar()1873 *end_return = start + len; in _dbus_string_get_unichar()2601 int *end_return, in _dbus_string_hex_decode() argument2716 if (end_return) in _dbus_string_hex_decode()2717 *end_return = p - (const unsigned char*) _dbus_string_get_const_data (source); in _dbus_string_hex_decode()
381 HostStatus end_return = HOST_NEW; in check_hostkeys_by_key_or_type() local399 end_return = HOST_FOUND; in check_hostkeys_by_key_or_type()409 end_return = HOST_OK; in check_hostkeys_by_key_or_type()416 end_return = HOST_OK; in check_hostkeys_by_key_or_type()422 end_return = HOST_CHANGED; in check_hostkeys_by_key_or_type()428 end_return = HOST_REVOKED; in check_hostkeys_by_key_or_type()432 return end_return; in check_hostkeys_by_key_or_type()
8447 (_dbus_string_hex_decode): Add end_return argument so we can