Data Fields | |
| DBusHashTable * | table | 
| Pointer to table containing entry.  | |
| DBusHashEntry ** | bucket | 
| Pointer to bucket that points to first entry in this entry's chain: used for deleting the entry.  | |
| DBusHashEntry * | entry | 
| Current hash entry.  | |
| DBusHashEntry * | next_entry | 
| Next entry to be iterated onto in current bucket.  | |
| int | next_bucket | 
| index of next bucket  | |
| int | n_entries_on_init | 
| used to detect table resize since initialization  | |
Definition at line 211 of file dbus-hash.c.
 1.5.1