Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-marshal-basic.c1592 _dbus_verbose_bytes_of_string (&str, dump_pos, \
1593 _dbus_string_get_length (&str) - dump_pos); \
1601 dump_pos = pos; \
1608 dump_pos = pos; \
1612 _dbus_verbose_bytes_of_string (&str, dump_pos, \
1613 _dbus_string_get_length (&str) - dump_pos); \
1637 v_UINT32 = _dbus_marshal_read_uint32 (&str, dump_pos, byte_order, &next); \
1651 _dbus_verbose_bytes_of_string (&str, dump_pos, \
1652 _dbus_string_get_length (&str) - dump_pos); \
1664 dump_pos = pos; \
[all …]