Go to the source code of this file.
◆ STRINGIFY
Value:
Definition at line 31 of file dict.c.
◆ XSTRINGIFY
Value:
Definition at line 30 of file dict.c.
◆ dict_free()
◆ dict_int_cmp()
| int dict_int_cmp |
( |
const void * | k1, |
|
|
const void * | k2 ) |
◆ dict_itor_free()
◆ dict_long_cmp()
| int dict_long_cmp |
( |
const void * | k1, |
|
|
const void * | k2 ) |
◆ dict_ptr_cmp()
| int dict_ptr_cmp |
( |
const void * | k1, |
|
|
const void * | k2 ) |
◆ dict_str_cmp()
| int dict_str_cmp |
( |
const void * | k1, |
|
|
const void * | k2 ) |
◆ dict_str_hash()
| unsigned dict_str_hash |
( |
const void * | k | ) |
|
◆ dict_uint_cmp()
| int dict_uint_cmp |
( |
const void * | k1, |
|
|
const void * | k2 ) |
◆ dict_ulong_cmp()
| int dict_ulong_cmp |
( |
const void * | k1, |
|
|
const void * | k2 ) |
◆ dict_free_func
| void(* dict_free_func) (void *) |
( |
void * | | ) |
= free |
◆ dict_malloc_func
| void *(* dict_malloc_func) (size_t) |
( |
size_t | | ) |
= malloc |
◆ kDictVersionString
| const char* const kDictVersionString |
Initial value:
Definition at line 33 of file dict.c.