Home
last modified time | relevance | path

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

/dports/devel/dbus/dbus-1.12.20/dbus/
H A Ddbus-marshal-validate.h107 DBUS_INVALID_DICT_ENTRY_ENDED_BUT_NOT_STARTED = 49, enumerator
H A Ddbus-marshal-validate.c186 result = DBUS_INVALID_DICT_ENTRY_ENDED_BUT_NOT_STARTED; in _dbus_validate_signature_with_reason()
899 …case DBUS_INVALID_DICT_ENTRY_ENDED_BUT_NOT_STARTED: return "Dict entry ended but not st… in _dbus_validity_to_error_message()
H A Ddbus-message-factory.c774 *expected_validity = DBUS_INVALID_DICT_ENTRY_ENDED_BUT_NOT_STARTED; in generate_special()