RTS API Documentation
1.10.11
|
#include "switch_hashtable.h"
Go to the source code of this file.
Data Structures | |
struct | entry |
struct | switch_hashtable_iterator |
struct | switch_hashtable |
Macros | |
#define | freekey(X) free(X) |
Functions | |
static unsigned int | hash (switch_hashtable_t *h, void *k) |
static __inline__ unsigned int | indexFor (unsigned int tablelength, unsigned int hashvalue) |
#define freekey | ( | X | ) | free(X) |
Definition at line 78 of file switch_hashtable_private.h.
Referenced by _switch_hashtable_remove(), and switch_hashtable_destroy().
|
inlinestatic |
|
static |
Definition at line 65 of file switch_hashtable_private.h.
Referenced by hashtable_expand(), switch_hashtable_insert_destructor(), switch_hashtable_remove(), and switch_hashtable_search().