hashtable_next 4227 src/ftdm_io.c iter->pvt.hashiter = hashtable_next(iter->pvt.hashiter); hashtable_next 4308 src/ftdm_io.c for (i = hashtable_first(globals.span_hash); i; i = hashtable_next(i)) { hashtable_next 4354 src/ftdm_io.c for (i = hashtable_first(globals.span_hash); i; i = hashtable_next(i)) { hashtable_next 5041 src/ftdm_io.c for (i = hashtable_first(globals.module_hash); i; i = hashtable_next(i)) { hashtable_next 5069 src/ftdm_io.c for (i = hashtable_first(globals.module_hash); i; i = hashtable_next(i)) { hashtable_next 5097 src/ftdm_io.c for (i = hashtable_first(globals.module_hash); i; i = hashtable_next(i)) { hashtable_next 2292 src/ftmod/ftmod_r2/ftmod_r2.c for (i = hashtable_first(g_mod_data_hash); i; i = hashtable_next(i)) { hashtable_next 2221 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c for (i = hashtable_first(g_boost_modules_hash); i; i = hashtable_next(i)) { hashtable_next 2697 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);