Home
last modified time | relevance | path

Searched refs:_dbus_string_move (Results 1 – 9 of 9) sorted by relevance

/external/dbus/dbus/
Ddbus-string-util.c414 if (!_dbus_string_move (&str, 0, &other, 0)) in _dbus_string_test()
423 if (!_dbus_string_move (&str, 0, &other, _dbus_string_get_length (&other))) in _dbus_string_test()
432 if (!_dbus_string_move (&str, 0, &other, _dbus_string_get_length (&other) / 2)) in _dbus_string_test()
Ddbus-string.h185 dbus_bool_t _dbus_string_move (DBusString *source,
Ddbus-sha.c690 if (!_dbus_string_move (&line, 0, result, 0)) in get_next_expected_result()
861 !_dbus_string_move (&next_line, 0, &line, in process_test_data()
Ddbus-message-factory.c199 if (!_dbus_string_move (&body, 0, &message->body, 0)) in generate_many_bodies_inner()
231 if (!_dbus_string_move (&message->header.data, 0, in generate_from_message()
Ddbus-string.c1504 _dbus_string_move (DBusString *source, in _dbus_string_move() function
2578 if (!_dbus_string_move (&result, 0, dest, insert_at)) in _dbus_string_hex_encode()
2713 if (!_dbus_string_move (&result, 0, dest, insert_at)) in _dbus_string_hex_decode()
Ddbus-keyring.c362 if (!_dbus_string_move (&bytes, 0, in add_new_key()
Ddbus-transport.c1015 if (!_dbus_string_move (&plaintext, 0, buffer, in recover_unused_bytes()
Ddbus-auth.c2207 if (!_dbus_string_move (&line, i, &args, 0)) in process_command()
/external/dbus/
DChangeLog.pre-1-010488 * dbus/dbus-string.c (_dbus_string_move): just call