Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-hash.c168 struct DBusHashTable { struct
169 int refcount; /**< Reference count */
171 DBusHashEntry **buckets; /**< Pointer to bucket array. Each
175 DBusHashEntry *static_buckets[DBUS_SMALL_HASH_TABLE];
179 int n_buckets; /**< Total number of buckets allocated
182 int n_entries; /**< Total number of entries present
185 int hi_rebuild_size; /**< Enlarge table when n_entries gets
188 int lo_rebuild_size; /**< Shrink table when n_entries gets
214 DBusHashTable *table; /**< Pointer to table containing entry. */ argument
Ddbus-hash.h59 typedef struct DBusHashTable DBusHashTable; typedef