Home
last modified time | relevance | path

Searched refs:switch_xml_parse_str (Results 1 – 9 of 9) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_xml.h129 SWITCH_DECLARE(switch_xml_t) switch_xml_parse_str(_In_z_ char *s, _In_ switch_size_t len);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_perl/
H A Dmod_perl.c436 } else if (!(xml = switch_xml_parse_str(str, strlen(str)))) { in perl_fetch()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_python/
H A Dmod_python.c367 } else if (!(xml = switch_xml_parse_str((char *) str, strlen(str)))) { in python_fetch()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_xml.c1026 if ((root = (switch_xml_root_t) switch_xml_parse_str(data, strlen(data)))) { in switch_xml_parse_str_dynamic()
1038 SWITCH_DECLARE(switch_xml_t) switch_xml_parse_str(char *s, switch_size_t len) in switch_xml_parse_str() function
1209 root = (switch_xml_root_t) switch_xml_parse_str(s, len); in switch_xml_parse_fp()
1235 || !(root = (switch_xml_root_t) switch_xml_parse_str((char *) m, l))) { in switch_xml_parse_fd()
1636 if (!(root = (switch_xml_root_t) switch_xml_parse_str((char *) m, l))) goto error; in switch_xml_parse_file_simple()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_presence.c4242 if ((xml = switch_xml_parse_str(pd_dup, strlen(pd_dup)))) { in sofia_presence_handle_sip_i_subscribe()
4607 if ((xml = switch_xml_parse_str(pd_dup, strlen(pd_dup)))) { in sofia_presence_handle_sip_i_publish()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_httapi/
H A Dmod_httapi.c1155 if ((xml = switch_xml_parse_str((char *)bdata, len))) { in parse_xml()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_dingaling/
H A Dmod_dingaling.c900 xml = switch_xml_parse_str(xmltxt, strlen(xmltxt)); in dl_logger()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14154 public static switch_xml switch_xml_parse_str(string s, SWIGTYPE_p_switch_size_t len) { in switch_xml_parse_str() method in FreeSWITCH.Native.freeswitch
14155 …global::System.IntPtr cPtr = freeswitchPINVOKE.switch_xml_parse_str(s, SWIGTYPE_p_switch_size_t.ge… in switch_xml_parse_str()
26511 …public static extern global::System.IntPtr switch_xml_parse_str(string jarg1, global::System.Runti… in switch_xml_parse_str() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx47077 result = (switch_xml_t)switch_xml_parse_str(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_xml_parse_str___()