#include <rbtab.h>
Collaboration diagram for rbtable:
Data Fields | |
long long | checks |
long long | scans |
long long | max_scan |
long long | hits |
long long | entries |
long long | deletes |
long long | nulls |
rbtree | tree |
void * | last |
Definition at line 16 of file rbtab.h.
long long rbtable::checks |
Definition at line 17 of file rbtab.h.
Referenced by hashfind(), hashreset(), nhashfind(), and nhashreset().
long long rbtable::deletes |
long long rbtable::entries |
long long rbtable::hits |
void* rbtable::last |
Definition at line 19 of file rbtab.h.
Referenced by hash_firstentry(), hash_firstkey(), hash_nextentry(), hash_nextkey(), hashflush(), hashinit(), nhashflush(), and nhashinit().
long long rbtable::max_scan |
long long rbtable::nulls |
long long rbtable::scans |
Definition at line 18 of file rbtab.h.
Referenced by hash_firstentry(), hash_firstkey(), hash_nextentry(), hash_nextkey(), hashadd(), hashdelete(), hashfind(), hashflush(), hashinfo(), hashinit(), hashrepl(), hashreplall(), mmdb_db_read(), mmdb_db_write(), nhashadd(), nhashdelete(), nhashfind(), nhashflush(), nhashinit(), and nhashrepl().