D-Bus  1.12.2
Data Fields

Internals of DBusHashIter. More...

Data Fields

DBusHashTabletable
 Pointer to table containing entry. More...
 
DBusHashEntry ** bucket
 Pointer to bucket that points to first entry in this entry's chain: used for deleting the entry.
 
DBusHashEntryentry
 Current hash entry.
 
DBusHashEntrynext_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
 

Detailed Description

Internals of DBusHashIter.

Definition at line 212 of file dbus-hash.c.

Field Documentation

◆ table

DBusHashTable* DBusRealHashIter::table

The documentation for this struct was generated from the following file: