Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Data Fields | |
long | producer |
long | num |
long | index |
Octstr * | key |
void * | value |
Definition at line 81 of file check_list.c.
long Item::index |
Definition at line 84 of file check_list.c.
Referenced by consumer(), main_for_producer_and_consumer(), and new_item().
Octstr* Item::key |
Definition at line 76 of file dict.c.
Referenced by dict_duplicate(), dict_keys(), dict_traverse(), dict_traverse_sorted(), item_create(), and item_destroy().
long Item::num |
Definition at line 83 of file check_list.c.
Referenced by main_for_producer_and_consumer(), and new_item().
long Item::producer |
Definition at line 82 of file check_list.c.
Referenced by main_for_producer_and_consumer(), and new_item().
void* Item::value |
Definition at line 77 of file dict.c.
Referenced by dict_destroy(), dict_duplicate(), dict_get(), dict_put(), dict_remove(), dict_traverse(), dict_traverse_sorted(), and item_create().