Searched refs:_dbus_marshal_read_uint32 (Results 1 – 5 of 5) sorted by relevance
/external/dbus/dbus/ |
D | dbus-marshal-header.c | 411 return _dbus_marshal_read_uint32 (&header->data, in _dbus_header_get_serial() 686 fields_array_len_unsigned = _dbus_marshal_read_uint32 (str, start + FIELDS_ARRAY_LENGTH_OFFSET, in _dbus_header_have_message_untrusted() 696 body_len_unsigned = _dbus_marshal_read_uint32 (str, start + BODY_LENGTH_OFFSET, in _dbus_header_have_message_untrusted() 907 len = _dbus_marshal_read_uint32 (value_str, value_pos, in load_and_validate_field()
|
D | dbus-marshal-basic.c | 465 _dbus_marshal_read_uint32 (const DBusString *str, in _dbus_marshal_read_uint32() function 561 len = _dbus_marshal_read_uint32 (str, pos, byte_order, &pos); in _dbus_marshal_read_basic() 1115 len = _dbus_marshal_read_uint32 (str, *pos, byte_order, pos); in _dbus_marshal_skip_basic() 1158 array_len = _dbus_marshal_read_uint32 (str, i, byte_order, &i); in _dbus_marshal_skip_array() 1614 v_UINT32 = _dbus_marshal_read_uint32 (&str, dump_pos, byte_order, &next); \
|
D | dbus-message-factory.c | 803 old_body_len = _dbus_marshal_read_uint32 (data, in generate_wrong_length() 1106 v_UINT32 = _dbus_marshal_read_uint32 (data, byte_seq, byte_order, NULL); in generate_uint32_changed() 1129 _dbus_marshal_read_uint32 (data, byte_seq, byte_order, NULL), in generate_uint32_changed()
|
D | dbus-marshal-basic.h | 241 dbus_uint32_t _dbus_marshal_read_uint32 (const DBusString *str,
|
D | dbus-marshal-recursive.c | 89 _dbus_marshal_read_uint32 (reader->value_str, in apply_and_free_fixups()
|