Searched defs:DBusHashTable (Results 1 - 2 of 2) sorted by relevance

/external/dbus/dbus/
H A Ddbus-hash.h42 * @addtogroup DBusHashTable
59 typedef struct DBusHashTable DBusHashTable; typedef in typeref:struct:DBusHashTable
76 DBusHashTable* _dbus_hash_table_new (DBusHashType type,
79 DBusHashTable* _dbus_hash_table_ref (DBusHashTable *table);
80 void _dbus_hash_table_unref (DBusHashTable *table);
81 void _dbus_hash_table_remove_all (DBusHashTable *table);
82 void _dbus_hash_iter_init (DBusHashTable *table,
93 dbus_bool_t _dbus_hash_iter_lookup (DBusHashTable *tabl
[all...]
H A Ddbus-hash.c83 * @defgroup DBusHashTable Hash table
85 * @brief DBusHashTable data structure
87 * Types and functions related to DBusHashTable.
93 * @brief DBusHashTable implementation details
95 * The guts of DBusHashTable.
156 typedef DBusHashEntry* (* DBusFindEntryFunction) (DBusHashTable *table,
163 * @brief Internals of DBusHashTable.
168 struct DBusHashTable { struct
214 DBusHashTable *table; /**< Pointer to table containing entry. */
225 static DBusHashEntry* find_direct_function (DBusHashTable *tabl
[all...]

Completed in 80 milliseconds