Asterisk - The Open Source Telephony Project
18.5.0
|
#include <hash.h>
Data Fields | |
u_int32_t | addr |
char | flags |
BUFHEAD * | next |
BUFHEAD * | ovfl |
char * | page |
BUFHEAD * | prev |
u_int32_t addr |
Definition at line 51 of file hash.h.
Referenced by __add_ovflpage(), __big_return(), __big_split(), __buf_free(), __free_ovflpage(), __get_buf(), __reclaim_buf(), collect_data(), collect_key(), newbuf(), and ugly_split().
char flags |
Definition at line 53 of file hash.h.
Referenced by __add_ovflpage(), __addel(), __big_delete(), __big_insert(), __big_split(), __buf_free(), __delpair(), __reclaim_buf(), __split_page(), hash_access(), newbuf(), and ugly_split().
BUFHEAD* next |
Definition at line 49 of file hash.h.
Referenced by __buf_init().
BUFHEAD* ovfl |
Definition at line 50 of file hash.h.
Referenced by __add_ovflpage(), __big_delete(), __big_split(), __get_buf(), __reclaim_buf(), and newbuf().
char* page |
Definition at line 52 of file hash.h.
Referenced by __add_ovflpage(), __addel(), __big_delete(), __big_insert(), __big_return(), __big_split(), __buf_free(), __delpair(), __find_bigpair(), __find_last_page(), __get_buf(), __split_page(), collect_data(), collect_key(), fetch_bitmap(), hash_access(), hash_seq(), newbuf(), and ugly_split().
BUFHEAD* prev |
Definition at line 48 of file hash.h.
Referenced by __buf_free(), and __buf_init().