|
Asterisk - The Open Source Telephony Project
18.5.0
|
#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 |
Definition at line 88 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int bshift |
Definition at line 70 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int bsize |
Definition at line 69 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int dsize |
Definition at line 71 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int ffactor |
Definition at line 81 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int h_charkey |
Definition at line 84 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int hdrpages |
Definition at line 83 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int high_mask |
Definition at line 78 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int last_freed |
Definition at line 76 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| u_int32_t lorder |
Definition at line 68 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int low_mask |
Definition at line 79 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int magic |
Definition at line 66 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int max_bucket |
Definition at line 77 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int nkeys |
Definition at line 82 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int ovfl_point |
Definition at line 74 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int spares[NCACHED] |
Definition at line 87 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int sshift |
Definition at line 73 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int ssize |
Definition at line 72 of file hash.h.
Referenced by swap_header(), and swap_header_copy().
| int version |
Definition at line 67 of file hash.h.
Referenced by ParsingContext::next(), swap_header(), and swap_header_copy().
1.8.13