hashtable_next 3680 src/ftdm_io.c iter->pvt.hashiter = hashtable_next(iter->pvt.hashiter); hashtable_next 3760 src/ftdm_io.c for (i = hashtable_first(globals.span_hash); i; i = hashtable_next(i)) { hashtable_next 4370 src/ftdm_io.c for (i = hashtable_first(globals.module_hash); i; i = hashtable_next(i)) { hashtable_next 4398 src/ftdm_io.c for (i = hashtable_first(globals.module_hash); i; i = hashtable_next(i)) { hashtable_next 4426 src/ftdm_io.c for (i = hashtable_first(globals.module_hash); i; i = hashtable_next(i)) { hashtable_next 1331 src/ftmod/ftmod_r2/ftmod_r2.c for (i = hashtable_first(g_mod_data_hash); i; i = hashtable_next(i)) { hashtable_next 2233 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c for (i = hashtable_first(g_boost_modules_hash); i; i = hashtable_next(i)) { hashtable_next 2708 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c for (i = hashtable_first(g_boost_modules_hash); i; i = hashtable_next(i)) { hashtable_next 268 src/hashtable.c FT_DECLARE(struct hashtable_iterator *) hashtable_next(struct hashtable_iterator *i) hashtable_next 299 src/hashtable.c return hashtable_next(&h->iterator); hashtable_next 184 src/include/private/hashtable.h FT_DECLARE(struct hashtable_iterator*) hashtable_next(struct hashtable_iterator *i);