Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_xml.h274 SWITCH_DECLARE(switch_xml_t) switch_xml_add_child(_In_ switch_xml_t xml, _In_z_ const char *name, _…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_xml.c698 xml = switch_xml_add_child(xml, name, strlen(xml->txt)); in switch_xml_open_tag()
2927 SWITCH_DECLARE(switch_xml_t) switch_xml_add_child(switch_xml_t xml, const char *name, switch_size_t… in switch_xml_add_child() function
2950 return switch_xml_set_flag(switch_xml_add_child(xml, strdup(name), off), SWITCH_XML_NAMEM); in switch_xml_add_child_d()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14259 …public static switch_xml switch_xml_add_child(switch_xml xml, string name, SWIGTYPE_p_switch_size_… in switch_xml_add_child() method in FreeSWITCH.Native.freeswitch
14260 …global::System.IntPtr cPtr = freeswitchPINVOKE.switch_xml_add_child(switch_xml.getCPtr(xml), name,… in switch_xml_add_child()
26568 …public static extern global::System.IntPtr switch_xml_add_child(global::System.Runtime.InteropServ… in switch_xml_add_child() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx47359 result = (switch_xml_t)switch_xml_add_child(arg1,(char const *)arg2,arg3); in CSharp_FreeSWITCHfNative_switch_xml_add_child___()