Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
hashhdr Struct Reference

#include <hash.h>

Data Fields

u_int16_t bitmaps [NCACHED]
 
int bshift
 
int bsize
 
int dsize
 
int ffactor
 
int h_charkey
 
int hdrpages
 
int high_mask
 
int last_freed
 
u_int32_t lorder
 
int low_mask
 
int magic
 
int max_bucket
 
int nkeys
 
int ovfl_point
 
int spares [NCACHED]
 
int sshift
 
int ssize
 
int version
 

Detailed Description

Definition at line 65 of file hash.h.

Field Documentation

◆ bitmaps

u_int16_t bitmaps[NCACHED]

Definition at line 87 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ bshift

int bshift

Definition at line 70 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ bsize

int bsize

Definition at line 69 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ dsize

int dsize

Definition at line 71 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ ffactor

int ffactor

Definition at line 81 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ h_charkey

int h_charkey

Definition at line 84 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ hdrpages

int hdrpages

Definition at line 83 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ high_mask

int high_mask

Definition at line 78 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ last_freed

int last_freed

Definition at line 76 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ lorder

u_int32_t lorder

Definition at line 68 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ low_mask

int low_mask

Definition at line 79 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ magic

int magic

Definition at line 66 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ max_bucket

int max_bucket

Definition at line 77 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ nkeys

int nkeys

Definition at line 82 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ ovfl_point

int ovfl_point

Definition at line 74 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ spares

int spares[NCACHED]

Definition at line 86 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ sshift

int sshift

Definition at line 73 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ ssize

int ssize

Definition at line 72 of file hash.h.

Referenced by swap_header(), and swap_header_copy().

◆ version

int version

Definition at line 67 of file hash.h.

Referenced by ParsingContext::next(), swap_header(), and swap_header_copy().


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