Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/tests/unit/
H A Dswitch_xml.c57 fst_check(xml->flags & SWITCH_XML_CDATA); in FST_SUITE_BEGIN()
64 fst_check((xml->flags & SWITCH_XML_CDATA) == 0); in FST_SUITE_BEGIN()
66 fst_check(xml->child->flags & SWITCH_XML_CDATA); in FST_SUITE_BEGIN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_xml.h75 SWITCH_XML_CDATA = (1 << 4) // body is in CDATA enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_xml.c1141 root->cur->flags |= SWITCH_XML_CDATA; in switch_xml_parse_str()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs47589 SWITCH_XML_CDATA = (1 << 4) enumerator