Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h2770 SWITCH_DECLARE(void) switch_core_recovery_flush(const char *technology, const char *profile_name);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core.c2694 switch_core_recovery_flush(tech, prof); in switch_core_session_ctl()
H A Dswitch_core_sqldb.c3191 SWITCH_DECLARE(void) switch_core_recovery_flush(const char *technology, const char *profile_name) in switch_core_recovery_flush() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_glue.c2372 switch_core_recovery_flush(SOFIA_RECOVER, profile->name); in sofia_glue_profile_recover()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs10132 public static void switch_core_recovery_flush(string technology, string profile_name) { in switch_core_recovery_flush() method in FreeSWITCH.Native.freeswitch
10133 freeswitchPINVOKE.switch_core_recovery_flush(technology, profile_name); in switch_core_recovery_flush()
19695 public static extern void switch_core_recovery_flush(string jarg1, string jarg2); in switch_core_recovery_flush() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx18319 switch_core_recovery_flush((char const *)arg1,(char const *)arg2); in CSharp_FreeSWITCHfNative_switch_core_recovery_flush___()