Lines Matching refs:switch_core_hash_find

165 		if ((val = switch_core_hash_find(event_hash, "0"))) {  in switch_loadable_module_process()
256 if ((head = switch_core_hash_find(loadable_modules.codec_hash, impl->iananame))) { in switch_loadable_module_process()
501 if ((head = switch_core_hash_find(loadable_modules.file_hash, ptr->extens[i]))) { in switch_loadable_module_process()
547 if ((head = switch_core_hash_find(loadable_modules.database_hash, ptr->prefixes[i]))) { in switch_loadable_module_process()
709 if (switch_core_hash_find(loadable_modules.management_hash, ptr->relative_oid)) { in switch_loadable_module_process()
744 if (switch_core_hash_find(loadable_modules.limit_hash, ptr->interface_name)) { in switch_loadable_module_process()
1193 if ((head = switch_core_hash_find(loadable_modules.codec_hash, impl->iananame))) { in switch_loadable_module_unprocess()
1402 if ((head = switch_core_hash_find(loadable_modules.file_hash, ptr->extens[i]))) { in switch_loadable_module_unprocess()
1454 if ((head = switch_core_hash_find(loadable_modules.database_hash, ptr->prefixes[i]))) { in switch_loadable_module_unprocess()
1886 if (switch_core_hash_find(loadable_modules.module_hash, mod)) { in switch_loadable_module_exists()
1906 if ((module = switch_core_hash_find(loadable_modules.module_hash, mod))) { in switch_loadable_module_protect()
1930 if ((module = switch_core_hash_find(loadable_modules.module_hash, fname))) { in switch_loadable_module_unload_module()
2215 if ((hash_val = switch_core_hash_find(event_hash, "0"))) { in switch_loadable_module_init()
2236 if ((hash_val = switch_core_hash_find(event_hash, "0"))) { in switch_loadable_module_init()
2244 if ((hash_val = switch_core_hash_find(event_hash, "0"))) { in switch_loadable_module_init()
2526 ptr = switch_core_hash_find(loadable_modules.endpoint_hash, name); in switch_loadable_module_get_endpoint_interface()
2541 if ((head = switch_core_hash_find(loadable_modules.file_hash, name))) { in switch_loadable_module_get_file_interface()
2568 if ((head = switch_core_hash_find(loadable_modules.database_hash, name))) { in switch_loadable_module_get_database_interface()
2596 if ((head = switch_core_hash_find(loadable_modules.codec_hash, name))) { in switch_loadable_module_get_codec_interface()
3265 …cb = (switch_core_recover_callback_t) (intptr_t) switch_core_hash_find(loadable_modules.secondary_… in switch_core_get_secondary_recover_callback()
3279 if (switch_core_hash_find(loadable_modules.secondary_recover_hash, key)) { in switch_core_register_secondary_recover_callback()