Home
last modified time | relevance | path

Searched refs:switch_core_hash_find (Results 26 – 50 of 79) sorted by relevance

1234

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_ei_config.c463 events = (kazoo_event_profile_ptr) switch_core_hash_find(event_handlers->hash, "default"); in kazoo_config_handlers()
470 events = (kazoo_event_profile_ptr) switch_core_hash_find(event_handlers->hash, "default"); in kazoo_config_handlers()
H A Dkazoo_config.c337 cur->ref = (kazoo_definition_ptr)switch_core_hash_find(definitions->hash, cur->name); in kazoo_config_field()
H A Dkazoo_event_stream.c95 && !switch_core_hash_find(filter, header->name) in kazoo_event_dup()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_reg.c317 …if ((check = switch_core_hash_find(mod_sofia_globals.gateway_hash, gateway_ptr->name)) && check ==… in sofia_reg_check_gateway()
694 if ((hnh = switch_core_hash_find(profile->reg_nh_hash, key))) { in sofia_reg_check_socket()
1185 if ((last = switch_core_hash_find(profile->mwi_debounce_hash, key))) { in debounce_check()
1934 hnh = switch_core_hash_find(profile->reg_nh_hash, key); in sofia_reg_handle_register_token()
3310 if ((gateway = (sofia_gateway_t *) switch_core_hash_find(mod_sofia_globals.gateway_hash, key))) { in sofia_reg_find_gateway__()
3402 if ((gp = switch_core_hash_find(mod_sofia_globals.gateway_hash, key))) { in sofia_reg_add_gateway()
3411 …if (!switch_core_hash_find(mod_sofia_globals.gateway_hash, key) && !switch_core_hash_find(mod_sofi… in sofia_reg_add_gateway()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_portaudio/
H A Dmod_portaudio.c1193 endpoint = switch_core_hash_find(globals.endpoints, endpoint_name); in channel_outgoing_channel()
1440 stream = switch_core_hash_find(globals.sh_streams, stream_name); in load_streams()
1549 stream = switch_core_hash_find(globals.sh_streams, stream_name); in check_stream()
1587 endpoint = switch_core_hash_find(globals.endpoints, endpoint_name); in load_endpoints()
2769 tech_pvt = switch_core_hash_find(globals.call_hash, callid); in switch_call()
2802 tech_pvt = switch_core_hash_find(globals.call_hash, callid); in hangup_call()
2825 if ((tp = switch_core_hash_find(globals.call_hash, callid))) { in answer_call()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/asr_tts/mod_unimrcp/
H A Dmod_unimrcp.c1192 …unimrcp_param_id_t *id = (unimrcp_param_id_t *) switch_core_hash_find(schannel->application->param… in synth_channel_set_params()
1454 const char *p = switch_core_hash_find(schannel->application->fs_param_map, param); in speech_channel_set_param()
1642 profile = (profile_t *) switch_core_hash_find(globals.profiles, profile_name); in synth_speech_open()
2213 start_input_timers = (char *) switch_core_hash_find(schannel->params, "start-input-timers"); in recog_channel_start()
2364 …if (type != GRAMMAR_TYPE_URI || switch_true(switch_core_hash_find(schannel->params, "define-gramma… in recog_channel_load_grammar()
2472 grammar = (grammar_t *) switch_core_hash_find(r->grammars, grammar_name); in recog_channel_enable_grammar()
2840 …unimrcp_param_id_t *id = (unimrcp_param_id_t *) switch_core_hash_find(schannel->application->param… in recog_channel_set_params()
3149 profile = (profile_t *) switch_core_hash_find(globals.profiles, profile_name); in recog_asr_open()
3256 name = switch_core_hash_find(schannel->params, "name"); in recog_asr_load_grammar()
3292 start_recognize = (char *) switch_core_hash_find(schannel->params, "start-recognize"); in recog_asr_load_grammar()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core.c1200 return (const char *) switch_core_hash_find(runtime.mime_types, ext); in switch_core_mime_ext2type()
1208 return (const char *) switch_core_hash_find(runtime.mime_type_exts, mime); in switch_core_mime_type2ext()
1235 int is_mapped_type = switch_core_hash_find(runtime.mime_type_exts, ptype) != NULL; in switch_core_mime_add_type()
1238 if (!switch_core_hash_find(runtime.mime_types, ext)) { in switch_core_mime_add_type()
1384 if ((list = switch_core_hash_find(IP_LIST.hash, list_name))) { in switch_check_network_list_ip_port_token()
2052 if ((p = switch_core_hash_find(runtime.ptimes, name))) { in switch_default_ptime()
H A Dswitch_core_session.c127 if ((session = switch_core_hash_find(session_manager.session_table, uuid_str))) { in switch_core_session_perform_locate()
159 if ((session = switch_core_hash_find(session_manager.session_table, uuid_str))) {
446 if ((session = switch_core_hash_find(session_manager.session_table, uuid_str)) != 0) {
466 if ((session = switch_core_hash_find(session_manager.session_table, uuid_str)) != 0) {
2004 if (switch_core_hash_find(session_manager.session_table, use_uuid)) {
2324 if (use_uuid && switch_core_hash_find(session_manager.session_table, use_uuid)) {
H A Dswitch_xml.c2007 if ((lookup = switch_core_hash_find(CACHE_HASH, mega_key))) { in switch_xml_clear_user_cache()
2009 if ((expires_val = switch_core_hash_find(CACHE_EXPIRES_HASH, mega_key))) { in switch_xml_clear_user_cache()
2051 if ((lookup = switch_core_hash_find(CACHE_HASH, mega_key))) { in switch_xml_locate_user_cache()
2054 if ((expires_lookup = switch_core_hash_find(CACHE_EXPIRES_HASH, mega_key))) { in switch_xml_locate_user_cache()
2086 if ((lookup = switch_core_hash_find(CACHE_HASH, mega_key))) { in switch_xml_user_cache()
2090 if ((expires_lookup = switch_core_hash_find(CACHE_EXPIRES_HASH, mega_key))) { in switch_xml_user_cache()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_mongo/
H A Dmod_mongo.c656 if (!switch_core_hash_find(pvt->resources, limit_id)) { in SWITCH_LIMIT_INCR()
709 if (switch_core_hash_find(pvt->resources, limit_id)) { in SWITCH_LIMIT_RELEASE()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Dfsxml.cpp170 FSXML *obj = (FSXML *)switch_core_hash_find(_obj_hash, key); in FindObjectInHash()
H A Dfseventhandler.cpp104 …if (event->event_id != SWITCH_EVENT_CUSTOM || !event->subclass_name || (switch_core_hash_find(_eve… in QueueEvent()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_alsa/
H A Dmod_alsa.c1224 tech_pvt = switch_core_hash_find(globals.call_hash, callid); in switch_call()
1257 tech_pvt = switch_core_hash_find(globals.call_hash, callid); in hangup_call()
1282 if ((tp = switch_core_hash_find(globals.call_hash, callid))) { in answer_call()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_erlang_event/
H A Dmod_erlang_event.c149 …if (event->event_id != SWITCH_EVENT_CUSTOM || !event->subclass_name || (switch_core_hash_find(s->e… in send_event_to_attached_sessions()
213 …if (event->event_id != SWITCH_EVENT_CUSTOM || !event->subclass_name || (switch_core_hash_find(l->e… in event_handler()
414 if ((session = (session_elem_t*)switch_core_hash_find(listener->sessions, uuid))) { in find_session_elem_by_uuid()
492 if ((reply = switch_core_hash_find(mod_erlang_event_globals.fetch_reply_hash, uuid))) { in find_fetch_reply()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_lcr/
H A Dmod_lcr.c364 } else if ((profile = switch_core_hash_find(globals.profile_hash, "default"))) { in locate_profile()
367 } else if (!(profile = switch_core_hash_find(globals.profile_hash, profile_name))) { in locate_profile()
723 if (switch_core_hash_find(cbt->dedup_hash, key)) { in route_add_callback()
732 if (switch_core_hash_find(cbt->dedup_hash, key2)) { in route_add_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_cdr_pg_csv/
H A Dmod_cdr_pg_csv.c199 if (!(fd = switch_core_hash_find(globals.fd_hash, path))) { in spool_cdr()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_http_cache/
H A Dmod_http_cache.c726 u = switch_core_hash_find(cache->map, url); in url_cache_get()
917 return (http_profile_t *)switch_core_hash_find(cache->profiles, name); in url_cache_http_profile_find()
931 return (http_profile_t *)switch_core_hash_find(cache->fqdn_profiles, fqdn); in url_cache_http_profile_find_by_fqdn()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dmod_skinny.c192 profile = (skinny_profile_t *) switch_core_hash_find(skinny_globals.profile_hash, profile_name); in skinny_find_profile()
1557 …dnl = (device_name_lock_t *) switch_core_hash_find(listener->profile->device_name_lock_hash, devic… in skinny_lock_device_name()
1597 …dnl = (device_name_lock_t *) switch_core_hash_find(listener->profile->device_name_lock_hash, devic… in skinny_unlock_device_name()
2393 if (!switch_core_hash_find(profile->soft_key_set_sets_hash, "default")) { in load_skinny_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_odbc_cdr/
H A Dmod_odbc_cdr.c280 table = switch_core_hash_find(globals.table_hash, table_name);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_portaudio_stream/
H A Dmod_portaudio_stream.c398 source = switch_core_hash_find(globals.source_hash, npath); in portaudio_stream_file_open()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Drayo_output_component.c863 if (!switch_core_hash_find(fileman_globals.hash, context->id)) { in fileman_file_open()
1302 fh = (switch_file_handle_t *)switch_core_hash_find(fileman_globals.hash, id); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtmp/
H A Dmod_rtmp.c1280 if ((current_reg = switch_core_hash_find(rsession->profile->reg_hash, auth))) { in rtmp_add_registration()
1321 if ((reg = switch_core_hash_find(rsession->profile->reg_hash, auth))) { in rtmp_clear_reg_auth()
1651 if ((reg = switch_core_hash_find(profile->reg_hash, user))) { in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_httapi/
H A Dmod_httapi.c1207 … if ((handler = (tag_parse_t)(intptr_t) switch_core_hash_find(globals.parse_hash, tag->name))) { in parse_xml()
1350 profile = (client_profile_t *) switch_core_hash_find(globals.profile_hash, profile_name); in client_create()
1787 if (switch_core_hash_find(globals.profile_hash, bname)) { in do_config()
2759 if ((x = switch_core_hash_find(globals.request_hash, context->dest_url))) { in lock_file()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_verto/
H A Dmod_verto.c358 if ((head = switch_core_hash_find(verto_globals.event_channel_hash, event_channel))) { in jsock_unsub_channel()
418 if (!(head = switch_core_hash_find(verto_globals.event_channel_hash, event_channel))) { in jsock_sub_channel()
671 if ((head = switch_core_hash_find(verto_globals.event_channel_hash, event_channel))) { in write_event()
769 func = (jrpc_func_t) (intptr_t) switch_core_hash_find(verto_globals.method_hash, method); in jrpc_get_func()
1117 if ((jsock = switch_core_hash_find(verto_globals.jsock_hash, uuid))) { in get_jsock()
1136 if ((jp = switch_core_hash_find(verto_globals.jsock_hash, jsock->uuid_str))) { in attach_jsock()
5908 JSON_STORE = switch_core_hash_find(json_GLOBALS.store_hash, storename); in SWITCH_STANDARD_JSON_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_sndfile/
H A Dmod_sndfile.c117 map = switch_core_hash_find(globals.format_hash, ext); in sndfile_file_open()

1234