hashtable_first 4050 src/ftdm_io.c hashiter = caller_data->variables == NULL ? NULL : hashtable_first(caller_data->variables); hashtable_first 4175 src/ftdm_io.c hashiter = ftdmchan->variable_hash == NULL ? NULL : hashtable_first(ftdmchan->variable_hash); hashtable_first 4308 src/ftdm_io.c for (i = hashtable_first(globals.span_hash); i; i = hashtable_next(i)) { hashtable_first 4354 src/ftdm_io.c for (i = hashtable_first(globals.span_hash); i; i = hashtable_next(i)) { hashtable_first 5041 src/ftdm_io.c for (i = hashtable_first(globals.module_hash); i; i = hashtable_next(i)) { hashtable_first 5069 src/ftdm_io.c for (i = hashtable_first(globals.module_hash); i; i = hashtable_next(i)) { hashtable_first 5097 src/ftdm_io.c for (i = hashtable_first(globals.module_hash); i; i = hashtable_next(i)) { hashtable_first 2292 src/ftmod/ftmod_r2/ftmod_r2.c for (i = hashtable_first(g_mod_data_hash); i; i = hashtable_next(i)) { hashtable_first 2221 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c for (i = hashtable_first(g_boost_modules_hash); i; i = hashtable_next(i)) { hashtable_first 2697 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c for (i = hashtable_first(g_boost_modules_hash); i; i = hashtable_next(i)) { hashtable_first 294 src/hashtable.c FT_DECLARE(struct hashtable_iterator *) hashtable_first(struct hashtable *h) hashtable_first 183 src/include/private/hashtable.h FT_DECLARE(struct hashtable_iterator*) hashtable_first(struct hashtable *h);