Searched refs:DBusCounter (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-resources.h32 typedef struct DBusCounter DBusCounter; typedef in typeref:struct:DBusCounter
34 typedef void (* DBusCounterNotifyFunction) (DBusCounter *counter,
37 DBusCounter* _dbus_counter_new (void);
38 DBusCounter* _dbus_counter_ref (DBusCounter *counter);
39 void _dbus_counter_unref (DBusCounter *counter);
41 void _dbus_counter_adjust_size (DBusCounter *counter,
43 void _dbus_counter_adjust_unix_fd (DBusCounter *counter,
45 void _dbus_counter_notify (DBusCounter *counte
[all...]
H A Ddbus-resources.c31 * @brief DBusCounter and other stuff related to resource limits
49 * @brief Internals of DBusCounter.
51 * DBusCounter internals. DBusCounter is an opaque object, it must be
54 struct DBusCounter struct
82 * Creates a new DBusCounter. DBusCounter is used
87 DBusCounter*
90 DBusCounter *counter;
92 counter = dbus_new0 (DBusCounter,
[all...]
H A Ddbus-message-internal.h60 DBusCounter *counter);
64 DBusCounter *counter);
H A Ddbus-transport-protected.h97 DBusCounter *live_messages; /**< Counter for size/unix fds of all live messages. */
H A Ddbus-transport.c61 live_messages_notify (DBusCounter *counter,
109 DBusCounter *counter;
H A Ddbus-message.c329 DBusCounter *counter)
352 DBusCounter *counter)
623 DBusCounter *counter = element;
H A Ddbus-connection.c285 DBusCounter *outgoing_counter; /**< Counts size of outgoing messages. */
1264 DBusCounter *outgoing_counter;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/
H A Dcleanup-man-pages.sh35 for I in DBusCounter.* DBusCredentials.* DBusDataSlot.* DBusDataSlotAllocator.* DBusDataSlotList.* \

Completed in 205 milliseconds