Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_xml.h357 SWITCH_DECLARE(switch_status_t) switch_xml_destroy(void);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core.c3042 switch_xml_destroy(); in switch_core_destroy()
H A Dswitch_xml.c2434 SWITCH_DECLARE(switch_status_t) switch_xml_destroy(void) in switch_xml_destroy() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14372 public static switch_status_t switch_xml_destroy() { in switch_xml_destroy() method in FreeSWITCH.Native.freeswitch
14373 switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_xml_destroy(); in switch_xml_destroy()
26613 public static extern int switch_xml_destroy(); in switch_xml_destroy() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx47581 result = (switch_status_t)switch_xml_destroy(); in CSharp_FreeSWITCHfNative_switch_xml_destroy___()