g_boost_modules_hash 55 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c ftdm_hash_t *g_boost_modules_hash = NULL; g_boost_modules_hash 2150 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c sigmod_iface = hashtable_search(g_boost_modules_hash, argv[0]); g_boost_modules_hash 2203 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c g_boost_modules_hash = create_hashtable(10, ftdm_hash_hashfromstring, ftdm_hash_equalkeys); g_boost_modules_hash 2204 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c if (!g_boost_modules_hash) { g_boost_modules_hash 2221 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c for (i = hashtable_first(g_boost_modules_hash); i; i = hashtable_next(i)) { g_boost_modules_hash 2232 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c hashtable_destroy(g_boost_modules_hash); g_boost_modules_hash 2611 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c if (sigmod && !(sigmod_iface = hashtable_search(g_boost_modules_hash, (void *)sigmod))) { g_boost_modules_hash 2634 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c hashtable_insert(g_boost_modules_hash, (void *)sigmod_iface->name, sigmod_iface, HASHTABLE_FLAG_NONE); g_boost_modules_hash 2697 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c for (i = hashtable_first(g_boost_modules_hash); i; i = hashtable_next(i)) {