FreeSWITCH API Documentation
1.7.0
|
#include <switch_hashtable_private.h>
Data Fields | |
unsigned int | pos |
struct entry * | e |
struct switch_hashtable * | h |
Definition at line 29 of file switch_hashtable_private.h.
struct entry* switch_hashtable_iterator::e |
Definition at line 31 of file switch_hashtable_private.h.
Referenced by switch_hashtable_first_iter(), and switch_hashtable_next().
struct switch_hashtable* switch_hashtable_iterator::h |
Definition at line 32 of file switch_hashtable_private.h.
Referenced by switch_hashtable_first_iter(), and switch_hashtable_next().
unsigned int switch_hashtable_iterator::pos |
Definition at line 30 of file switch_hashtable_private.h.
Referenced by switch_hashtable_first_iter(), and switch_hashtable_next().