FreeSWITCH API Documentation
1.7.0
|
#include <switch_hashtable_private.h>
Data Fields | |
void * | k |
void * | v |
unsigned int | h |
hashtable_flag_t | flags |
hashtable_destructor_t | destructor |
struct entry * | next |
Definition at line 20 of file switch_hashtable_private.h.
hashtable_destructor_t entry::destructor |
Definition at line 25 of file switch_hashtable_private.h.
Referenced by _switch_hashtable_remove(), switch_hashtable_destroy(), and switch_hashtable_insert_destructor().
hashtable_flag_t entry::flags |
Definition at line 24 of file switch_hashtable_private.h.
Referenced by _switch_hashtable_remove(), switch_hashtable_destroy(), and switch_hashtable_insert_destructor().
unsigned int entry::h |
Definition at line 23 of file switch_hashtable_private.h.
Referenced by _switch_hashtable_remove(), hashtable_expand(), switch_create_hashtable(), switch_hashtable_first_iter(), switch_hashtable_insert_destructor(), and switch_hashtable_search().
void* entry::k |
Definition at line 22 of file switch_hashtable_private.h.
Referenced by _switch_hashtable_remove(), switch_hashtable_destroy(), switch_hashtable_insert_destructor(), and switch_hashtable_search().
struct entry* entry::next |
Definition at line 26 of file switch_hashtable_private.h.
Referenced by _switch_hashtable_remove(), hashtable_expand(), switch_hashtable_destroy(), switch_hashtable_insert_destructor(), switch_hashtable_next(), and switch_hashtable_search().
void * entry::v |
Definition at line 22 of file switch_hashtable_private.h.
Referenced by _switch_hashtable_remove(), switch_hashtable_destroy(), switch_hashtable_insert_destructor(), and switch_hashtable_search().