|
Asterisk - The Open Source Telephony Project
18.5.0
|
#include <db.h>
Public Member Functions | |
| u_int32_t hash | __P ((const void *, size_t)) |
Data Fields | |
| u_int | bsize |
| u_int | cachesize |
| u_int | ffactor |
| int | lorder |
| u_int | nelem |
| u_int32_t hash __P | ( | (const void *, size_t) | ) |
| u_int bsize |
Definition at line 164 of file db.h.
Referenced by dbm_open(), hcreate(), and init_hash().
| u_int cachesize |
Definition at line 167 of file db.h.
Referenced by __hash_open(), dbm_open(), and hcreate().
| u_int ffactor |
Definition at line 165 of file db.h.
Referenced by dbm_open(), hcreate(), and init_hash().
| int lorder |
Definition at line 170 of file db.h.
Referenced by dbm_open(), hcreate(), and init_hash().
| u_int nelem |
Definition at line 166 of file db.h.
Referenced by dbm_open(), hcreate(), and init_hash().
1.8.13