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.c357 if (!_dbus_string_move (&str, 0, &other, 0)) in _dbus_string_test()
366 if (!_dbus_string_move (&str, 0, &other, _dbus_string_get_length (&other))) in _dbus_string_test()
375 if (!_dbus_string_move (&str, 0, &other, _dbus_string_get_length (&other) / 2)) in _dbus_string_test()
Ddbus-string.h176 dbus_bool_t _dbus_string_move (DBusString *source,
Ddbus-string.c1256 _dbus_string_move (DBusString *source, in _dbus_string_move() function
2293 if (!_dbus_string_move (&result, 0, dest, insert_at)) in _dbus_string_hex_encode()
2428 if (!_dbus_string_move (&result, 0, dest, insert_at)) in _dbus_string_hex_decode()
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.c203 if (!_dbus_string_move (&body, 0, &message->body, 0)) in generate_many_bodies_inner()
235 if (!_dbus_string_move (&message->header.data, 0, in generate_from_message()
Ddbus-keyring.c360 if (!_dbus_string_move (&bytes, 0, in add_new_key()
Ddbus-transport.c1011 if (!_dbus_string_move (&plaintext, 0, buffer, in recover_unused_bytes()
Ddbus-auth.c2195 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