HomeSort by relevance Sort by last modified time
    Searched refs:_dbus_marshal_read_uint32 (Results 1 - 5 of 5) sorted by null

  /external/dbus/dbus/
dbus-marshal-basic.h 253 dbus_uint32_t _dbus_marshal_read_uint32 (const DBusString *str,
dbus-marshal-header.c 413 return _dbus_marshal_read_uint32 (&header->data,
688 fields_array_len_unsigned = _dbus_marshal_read_uint32 (str, start + FIELDS_ARRAY_LENGTH_OFFSET,
698 body_len_unsigned = _dbus_marshal_read_uint32 (str, start + BODY_LENGTH_OFFSET,
913 len = _dbus_marshal_read_uint32 (value_str, value_pos,
    [all...]
dbus-marshal-basic.c 467 _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);
    [all...]
dbus-message-factory.c 868 old_body_len = _dbus_marshal_read_uint32 (data,
    [all...]
dbus-marshal-recursive.c 90 _dbus_marshal_read_uint32 (reader->value_str,
    [all...]

Completed in 113 milliseconds