Home
last modified time | relevance | path

Searched refs:switch_core_session_destroy_state (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_state_machine.c724 SWITCH_DECLARE(void) switch_core_session_destroy_state(switch_core_session_t *session) in switch_core_session_destroy_state() function
H A Dswitch_core_session.c1570 switch_core_session_destroy_state(*session);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h822 SWITCH_DECLARE(void) switch_core_session_destroy_state(switch_core_session_t *session);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs8433 public static void switch_core_session_destroy_state(SWIGTYPE_p_switch_core_session session) { in switch_core_session_destroy_state() method in FreeSWITCH.Native.freeswitch
8434 …freeswitchPINVOKE.switch_core_session_destroy_state(SWIGTYPE_p_switch_core_session.getCPtr(session… in switch_core_session_destroy_state()
18543 …public static extern void switch_core_session_destroy_state(global::System.Runtime.InteropServices… in switch_core_session_destroy_state() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx13284 switch_core_session_destroy_state(arg1); in CSharp_FreeSWITCHfNative_switch_core_session_destroy_state___()