Data Fields | |
unsigned int | hash_magic |
unsigned int | hash_version |
unsigned int | hash_nkeys |
unsigned int | hash_ndata |
unsigned int | hash_pagesize |
unsigned int | hash_nelem |
unsigned int | hash_ffactor |
unsigned int | hash_buckets |
unsigned int | hash_free |
unsigned int | hash_bfree |
unsigned int | hash_bigpages |
unsigned int | hash_big_bfree |
unsigned int | hash_overflows |
unsigned int | hash_ovfl_free |
unsigned int | hash_dup |
unsigned int | hash_dup_free |
Definition at line 31 of file db3.c.
|
no. of bytes free on bucket pages. |
|
no. of bytes free on big item pages. |
|
no. of big key/data pages. |
|
no. of hash buckets. |
|
no. of duplicate pages. |
|
no. bytes free on duplicate pages. |
|
no. of items per bucket. |
|
no. of pages on the free list. |
|
hash database magic number. |
|
no. of key/data pairs in the database. |
|
estimated size of the hash table. |
|
no. of unique keys in the database. |
|
no. of overflow pages. |
|
no. of bytes free on overflow pages. |
|
db page (and bucket) size, in bytes. |
|
version of the hash database. |