profile_hash       96 src/ftmod/ftmod_pika/ftmod_pika.c 	ftdm_hash_t *profile_hash;
profile_hash      158 src/ftmod/ftmod_pika/ftmod_pika.c 	if (!(profile = (pika_channel_profile_t *) hashtable_search(globals.profile_hash, (char *)category))) {
profile_hash      165 src/ftmod/ftmod_pika/ftmod_pika.c 		hashtable_insert(globals.profile_hash, (void *)profile->name, profile, HASHTABLE_FLAG_NONE);
profile_hash      614 src/ftmod/ftmod_pika/ftmod_pika.c 			profile = (pika_channel_profile_t *) hashtable_search(globals.profile_hash, (char *)profile_name);
profile_hash     1301 src/ftmod/ftmod_pika/ftmod_pika.c 	globals.profile_hash = create_hashtable(16, ftdm_hash_hashfromstring, ftdm_hash_equalkeys);
profile_hash     1445 src/ftmod/ftmod_pika/ftmod_pika.c 	hashtable_destroy(globals.profile_hash);