Home
last modified time | relevance | path

Searched refs:switch_xml_tohtml_ex (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_xml.h222 #define switch_xml_tohtml(xml, prn_header) switch_xml_tohtml_ex(xml, prn_header, USE_UTF_8_ENCODING)
226 SWITCH_DECLARE(char *) switch_xml_tohtml_ex(_In_ switch_xml_t xml, _In_ switch_bool_t prn_header, s…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_xml.c2702 SWITCH_DECLARE(char *) switch_xml_tohtml_ex(switch_xml_t xml, switch_bool_t prn_header, switch_bool… in switch_xml_tohtml_ex() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14229 …public static string switch_xml_tohtml_ex(switch_xml xml, switch_bool_t prn_header, switch_bool_t … in switch_xml_tohtml_ex() method in FreeSWITCH.Native.freeswitch
14230 …string ret = freeswitchPINVOKE.switch_xml_tohtml_ex(switch_xml.getCPtr(xml), (int)prn_header, (int… in switch_xml_tohtml_ex()
26550 …public static extern string switch_xml_tohtml_ex(global::System.Runtime.InteropServices.HandleRef … in switch_xml_tohtml_ex() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx47261 result = (char *)switch_xml_tohtml_ex(arg1,arg2,arg3); in CSharp_FreeSWITCHfNative_switch_xml_tohtml_ex___()