Home
last modified time | relevance | path

Searched defs:DBusMessageLoader (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-message-private.h60 struct DBusMessageLoader struct
62 int refcount; /**< Reference count. */
64 DBusString data; /**< Buffered data */
66 DBusList *messages; /**< Complete messages. */
68 long max_message_size; /**< Maximum size of a message */
69 long max_message_unix_fds; /**< Maximum unix fds in a message */
71 DBusValidity corruption_reason; /**< why we were corrupted */
73 unsigned int corrupted : 1; /**< We got broken data, and are no longer working */
75 unsigned int buffer_outstanding : 1; /**< Someone is using the buffer to read */
78 unsigned int unix_fds_outstanding : 1; /**< Someone is using the unix fd array to read */
[all …]
Ddbus-message-internal.h48 typedef struct DBusMessageLoader DBusMessageLoader; typedef