Searched refs:_dbus_string_move (Results 1 – 9 of 9) sorted by relevance
/external/dbus/dbus/ |
D | dbus-string-util.c | 357 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()
|
D | dbus-string.h | 176 dbus_bool_t _dbus_string_move (DBusString *source,
|
D | dbus-string.c | 1256 _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()
|
D | dbus-sha.c | 690 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()
|
D | dbus-message-factory.c | 203 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()
|
D | dbus-keyring.c | 360 if (!_dbus_string_move (&bytes, 0, in add_new_key()
|
D | dbus-transport.c | 1011 if (!_dbus_string_move (&plaintext, 0, buffer, in recover_unused_bytes()
|
D | dbus-auth.c | 2195 if (!_dbus_string_move (&line, i, &args, 0)) in process_command()
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 10488 * dbus/dbus-string.c (_dbus_string_move): just call
|