Home
last modified time | relevance | path

Searched refs:DBUS_INVALID_STRUCT_ENDED_BUT_NOT_STARTED (Results 1 – 4 of 4) sorted by relevance

/external/dbus/dbus/
Ddbus-marshal-validate-util.c84 { ")", DBUS_INVALID_STRUCT_ENDED_BUT_NOT_STARTED },
85 { "i)", DBUS_INVALID_STRUCT_ENDED_BUT_NOT_STARTED },
86 { "a)", DBUS_INVALID_STRUCT_ENDED_BUT_NOT_STARTED },
Ddbus-marshal-validate.h64 DBUS_INVALID_STRUCT_ENDED_BUT_NOT_STARTED = 6, enumerator
Ddbus-marshal-validate.c144 result = DBUS_INVALID_STRUCT_ENDED_BUT_NOT_STARTED; in _dbus_validate_signature_with_reason()
851 …case DBUS_INVALID_STRUCT_ENDED_BUT_NOT_STARTED: return "Struct ended but not starte… in _dbus_validity_to_error_message()
Ddbus-message-factory.c541 *expected_validity = DBUS_INVALID_STRUCT_ENDED_BUT_NOT_STARTED; in generate_special()