Home
last modified time | relevance | path

Searched refs:switch_core_hash_find_locked (Results 1 – 8 of 8) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_redis/
H A Dmod_redis.c105 increment = !switch_core_hash_find_locked(pvt->hash, rediskey, pvt->mutex); in SWITCH_LIMIT_INCR()
114 if (!(switch_core_hash_find_locked(pvt->hash, rediskey, pvt->mutex))) { in SWITCH_LIMIT_INCR()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_hash.c198 SWITCH_DECLARE(void *) switch_core_hash_find_locked(switch_hash_t *hash, const char *key, switch_mu… in switch_core_hash_find_locked() function
H A Dswitch_loadable_module.c1854 if (switch_core_hash_find_locked(loadable_modules.module_hash, file, loadable_modules.mutex)) { in switch_loadable_module_load_module_ex()
2619 …if (loadable_modules._kind_##_hash && (i = switch_core_hash_find_locked(loadable_modules._kind_##_…
2640 return switch_core_hash_find_locked(loadable_modules.say_hash, name, loadable_modules.mutex); in HASH_FUNC()
2645 …return switch_core_hash_find_locked(loadable_modules.management_hash, relative_oid, loadable_modul… in switch_loadable_module_get_management_interface()
H A Dswitch_channel.c1080 val = switch_core_hash_find_locked(channel->private_hash, key, channel->profile_mutex); in switch_channel_get_private()
1094 val = switch_core_hash_find_locked(channel->private_hash, key, channel->profile_mutex); in switch_channel_get_private_partner()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h1521 SWITCH_DECLARE(void *) switch_core_hash_find_locked(_In_ switch_hash_t *hash, _In_z_ const char *ke…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_presence.c5005 …le, PFLAG_IN_DIALOG_CHAT) && (tech_pvt = (private_object_t *) switch_core_hash_find_locked(profile… in sofia_presence_handle_sip_i_message()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs8994 …public static SWIGTYPE_p_void switch_core_hash_find_locked(SWIGTYPE_p_switch_hashtable hash, strin… in switch_core_hash_find_locked() method in FreeSWITCH.Native.freeswitch
8995 …global::System.IntPtr cPtr = freeswitchPINVOKE.switch_core_hash_find_locked(SWIGTYPE_p_switch_hash… in switch_core_hash_find_locked()
18882 …public static extern global::System.IntPtr switch_core_hash_find_locked(global::System.Runtime.Int… in switch_core_hash_find_locked() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx14816 result = (void *)switch_core_hash_find_locked(arg1,(char const *)arg2,arg3); in CSharp_FreeSWITCHfNative_switch_core_hash_find_locked___()