hashtable_first  3628 src/ftdm_io.c  	hashiter = ftdmchan->variable_hash == NULL ? NULL : hashtable_first(ftdmchan->variable_hash);
hashtable_first  3760 src/ftdm_io.c  	for (i = hashtable_first(globals.span_hash); i; i = hashtable_next(i)) {
hashtable_first  4370 src/ftdm_io.c  	for (i = hashtable_first(globals.module_hash); i; i = hashtable_next(i)) {
hashtable_first  4398 src/ftdm_io.c  	for (i = hashtable_first(globals.module_hash); i; i = hashtable_next(i)) {
hashtable_first  4426 src/ftdm_io.c  	for (i = hashtable_first(globals.module_hash); i; i = hashtable_next(i)) {
hashtable_first  1331 src/ftmod/ftmod_r2/ftmod_r2.c 	for (i = hashtable_first(g_mod_data_hash); i; i = hashtable_next(i)) {
hashtable_first  2233 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	for (i = hashtable_first(g_boost_modules_hash); i; i = hashtable_next(i)) {
hashtable_first  2708 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);