Searched defs:DBusHashTable (Results 1 – 2 of 2) sorted by relevance
168 struct DBusHashTable { struct169 int refcount; /**< Reference count */171 DBusHashEntry **buckets; /**< Pointer to bucket array. Each175 DBusHashEntry *static_buckets[DBUS_SMALL_HASH_TABLE];179 int n_buckets; /**< Total number of buckets allocated182 int n_entries; /**< Total number of entries present185 int hi_rebuild_size; /**< Enlarge table when n_entries gets188 int lo_rebuild_size; /**< Shrink table when n_entries gets214 DBusHashTable *table; /**< Pointer to table containing entry. */ argument
59 typedef struct DBusHashTable DBusHashTable; typedef