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 2162 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 			sigmod_iface = hashtable_search(g_boost_modules_hash, argv[0]);
g_boost_modules_hash 2215 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 2216 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	if (!g_boost_modules_hash) {
g_boost_modules_hash 2233 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 2244 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	hashtable_destroy(g_boost_modules_hash);
g_boost_modules_hash 2623 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 2646 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 2708 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	for (i = hashtable_first(g_boost_modules_hash); i; i = hashtable_next(i)) {