Asterisk - The Open Source Telephony Project  18.5.0
Public Member Functions | Data Fields
HASHINFO Struct Reference

#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
 

Detailed Description

Definition at line 163 of file db.h.

Member Function Documentation

◆ __P()

u_int32_t hash __P ( (const void *, size_t)  )

Field Documentation

◆ bsize

u_int bsize

Definition at line 164 of file db.h.

Referenced by dbm_open(), hcreate(), and init_hash().

◆ cachesize

u_int cachesize

Definition at line 167 of file db.h.

Referenced by __hash_open(), dbm_open(), and hcreate().

◆ ffactor

u_int ffactor

Definition at line 165 of file db.h.

Referenced by dbm_open(), hcreate(), and init_hash().

◆ lorder

int lorder

Definition at line 170 of file db.h.

Referenced by dbm_open(), hcreate(), and init_hash().

◆ nelem

u_int nelem

Definition at line 166 of file db.h.

Referenced by dbm_open(), hcreate(), and init_hash().


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