Searched defs:_dbus_marshal_read_uint32 (Results 1 - 1 of 1) sorted by relevance

/external/dbus/dbus/
H A Ddbus-marshal-basic.c467 _dbus_marshal_read_uint32 (const DBusString *str, function
579 len = _dbus_marshal_read_uint32 (str, pos, byte_order, &pos);
1137 len = _dbus_marshal_read_uint32 (str, *pos, byte_order, pos);
1180 array_len = _dbus_marshal_read_uint32 (str, i, byte_order, &i);
1634 v_UINT32 = _dbus_marshal_read_uint32 (&str, dump_pos, byte_order, &next); \

Completed in 42 milliseconds