Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-marshal-basic.c1569 _dbus_verbose_bytes_of_string (&str, dump_pos, \
1570 _dbus_string_get_length (&str) - dump_pos); \
1578 dump_pos = pos; \
1585 dump_pos = pos; \
1589 _dbus_verbose_bytes_of_string (&str, dump_pos, \
1590 _dbus_string_get_length (&str) - dump_pos); \
1614 v_UINT32 = _dbus_marshal_read_uint32 (&str, dump_pos, byte_order, &next); \
1628 _dbus_verbose_bytes_of_string (&str, dump_pos, \
1629 _dbus_string_get_length (&str) - dump_pos); \
1641 dump_pos = pos; \
[all …]