Home
last modified time | relevance | path

Searched refs:switch_core_session_soft_lock (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h899 SWITCH_DECLARE(void) switch_core_session_soft_lock(switch_core_session_t *session, uint32_t sec);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_erlang_event/
H A Dmod_erlang_event.c1480 switch_core_session_soft_lock(session, 5); in session_elem_create()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_session.c77 SWITCH_DECLARE(void) switch_core_session_soft_lock(switch_core_session_t *session, uint32_t sec) in switch_core_session_soft_lock() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fifo/
H A Dmod_fifo.c1220 switch_core_session_soft_lock(caller_session, 5); in messagehook()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs8528 …public static void switch_core_session_soft_lock(SWIGTYPE_p_switch_core_session session, uint sec)… in switch_core_session_soft_lock() method in FreeSWITCH.Native.freeswitch
8529 …freeswitchPINVOKE.switch_core_session_soft_lock(SWIGTYPE_p_switch_core_session.getCPtr(session), s… in switch_core_session_soft_lock()
18600 …public static extern void switch_core_session_soft_lock(global::System.Runtime.InteropServices.Han… in switch_core_session_soft_lock() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx13502 switch_core_session_soft_lock(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_core_session_soft_lock___()