Searched refs:marshal_fixed_multi (Results 1 – 1 of 1) sorted by relevance
/external/dbus/dbus/ |
D | dbus-marshal-basic.c | 953 marshal_fixed_multi (DBusString *str, in marshal_fixed_multi() function 1047 return marshal_fixed_multi (str, insert_at, vp, n_elements, byte_order, 2, pos_after); in _dbus_marshal_write_fixed_multi() 1053 return marshal_fixed_multi (str, insert_at, vp, n_elements, byte_order, 4, pos_after); in _dbus_marshal_write_fixed_multi() 1058 return marshal_fixed_multi (str, insert_at, vp, n_elements, byte_order, 8, pos_after); in _dbus_marshal_write_fixed_multi()
|