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 219 dbus_uint32_t _dbus_marshal_read_uint32 (const DBusString *str,
dbus-marshal-header.c 427 return _dbus_marshal_read_uint32 (&header->data,
701 fields_array_len_unsigned = _dbus_marshal_read_uint32 (str, start + FIELDS_ARRAY_LENGTH_OFFSET,
711 body_len_unsigned = _dbus_marshal_read_uint32 (str, start + BODY_LENGTH_OFFSET,
926 len = _dbus_marshal_read_uint32 (value_str, value_pos,
    [all...]
dbus-marshal-basic.c 510 _dbus_marshal_read_uint32 (const DBusString *str, function
622 len = _dbus_marshal_read_uint32 (str, pos, byte_order, &pos);
    [all...]
dbus-message-factory.c 875 old_body_len = _dbus_marshal_read_uint32 (data,
    [all...]
dbus-marshal-recursive.c 102 _dbus_marshal_read_uint32 (reader->value_str,
    [all...]

Completed in 120 milliseconds