librsync
2.0.2
|
The hashtable type. More...
Data Fields | |
int | size |
Size of allocated hashtable. More... | |
int | count |
Number of entries in hashtable. More... | |
long | find_count |
The count of finds tried. More... | |
long | match_count |
The count of matches found. More... | |
long | hashcmp_count |
The count of hash compares done. More... | |
long | entrycmp_count |
The count of entry compares done. More... | |
void ** | etable |
Table of pointers to entries. More... | |
unsigned | ktable [] |
Table of hash keys. More... | |
The hashtable type.
Definition at line 126 of file hashtable.h.
int hashtable::size |
Size of allocated hashtable.
Definition at line 127 of file hashtable.h.
int hashtable::count |
Number of entries in hashtable.
Definition at line 128 of file hashtable.h.
long hashtable::find_count |
The count of finds tried.
Definition at line 131 of file hashtable.h.
long hashtable::match_count |
The count of matches found.
Definition at line 132 of file hashtable.h.
long hashtable::hashcmp_count |
The count of hash compares done.
Definition at line 133 of file hashtable.h.
long hashtable::entrycmp_count |
The count of entry compares done.
Definition at line 134 of file hashtable.h.
void** hashtable::etable |
Table of pointers to entries.
Definition at line 136 of file hashtable.h.
unsigned hashtable::ktable[] |
Table of hash keys.
Definition at line 137 of file hashtable.h.