Home
last modified time | relevance | path

Searched refs:XML_DTD_NODE (Results 1 – 16 of 16) sorted by relevance

/third_party/libxml2/
Dxmlreader.c432 while ((cur->type != XML_DTD_NODE) && in xmlTextReaderFreeNodeList()
444 if (cur->type != XML_DTD_NODE) { in xmlTextReaderFreeNodeList()
513 if (cur->type == XML_DTD_NODE) { in xmlTextReaderFreeNode()
1439 (reader->node->type == XML_DTD_NODE) || in xmlTextReaderRead()
1459 (reader->node->type != XML_DTD_NODE)) { in xmlTextReaderRead()
1498 (reader->node->prev->type != XML_DTD_NODE)) { in xmlTextReaderRead()
1548 (oldnode->type != XML_DTD_NODE) && in xmlTextReaderRead()
1828 if (node->type == XML_DTD_NODE) { in xmlTextReaderReadOuterXml()
2043 (reader->node->type != XML_DTD_NODE) && in xmlTextReaderReadTree()
3131 case XML_DTD_NODE: in xmlTextReaderNodeType()
[all …]
Dtree.c899 cur->type = XML_DTD_NODE; in xmlNewDtd()
932 if (cur->type == XML_DTD_NODE) in xmlGetIntSubset()
973 cur->type = XML_DTD_NODE; in xmlCreateIntSubset()
3668 case XML_DTD_NODE: in xmlNextElementSibling()
3721 (cur->type != XML_DTD_NODE) && in xmlFreeNodeList()
3735 } else if (cur->type != XML_DTD_NODE) { in xmlFreeNodeList()
3797 if (cur->type == XML_DTD_NODE) { in xmlFreeNode()
3876 if (cur->type == XML_DTD_NODE) { in xmlUnlinkNode()
4257 case XML_DTD_NODE: in xmlStaticCopyNode()
4384 if (node->type == XML_DTD_NODE ) { in xmlStaticCopyNodeList()
[all …]
DdebugXML.c358 (node->type != XML_DTD_NODE) && in xmlCtxtGenericNodeCheck()
405 case XML_DTD_NODE: in xmlCtxtGenericNodeCheck()
457 if (dtd->type != XML_DTD_NODE) { in xmlCtxtDumpDtdNode()
984 case XML_DTD_NODE: in xmlCtxtDumpOneNode()
1639 case XML_DTD_NODE: in xmlLsCountNode()
Dxinclude.c839 if (elem->type == XML_DTD_NODE) in xmlXIncludeCopyNode()
1080 case XML_DTD_NODE: in xmlXIncludeCopyRange()
1204 case XML_DTD_NODE: in xmlXIncludeCopyXPointer()
1663 case XML_DTD_NODE: in xmlXIncludeLoadDoc()
Dschematron.c1566 if (cur->type != XML_DTD_NODE) in xmlSchematronNextNode()
1574 (cur->type != XML_DTD_NODE)) in xmlSchematronNextNode()
Dxpath.c6391 if ((tmp->children != NULL) && (tmp->type != XML_DTD_NODE)) { in xmlXPathNodeValHash()
7648 case XML_DTD_NODE: in xmlXPathNextChild()
7865 if (cur->type != XML_DTD_NODE) in xmlXPathNextDescendant()
7875 (cur->type != XML_DTD_NODE)) in xmlXPathNextDescendant()
7948 case XML_DTD_NODE: in xmlXPathNextParent()
8020 case XML_DTD_NODE: in xmlXPathNextAncestor()
8073 case XML_DTD_NODE: in xmlXPathNextAncestor()
8180 if ((cur->prev != NULL) && (cur->prev->type == XML_DTD_NODE)) { in xmlXPathNextPrecedingSibling()
8293 if ((cur->prev != NULL) && (cur->prev->type == XML_DTD_NODE)) in xmlXPathNextPreceding()
8348 if ((cur->prev != NULL) && (cur->prev->type == XML_DTD_NODE)) in xmlXPathNextPrecedingInternal()
[all …]
Dxmlsave.c867 case XML_DTD_NODE: in xmlNodeDumpOutputInternal()
1451 case XML_DTD_NODE: in xhtmlNodeDumpOutput()
Dxpointer.c1524 case XML_DTD_NODE: in xmlXPtrBuildRangeNodeList()
1615 case XML_DTD_NODE: in xmlXPtrBuildNodeList()
Dc14n.c1690 case XML_DTD_NODE: in xmlC14NProcessNode()
Dvalid.c563 case XML_DTD_NODE: in xmlValidPrintNode()
5306 case XML_DTD_NODE: in xmlSnprintfElements()
6827 (cur->parent->type == XML_DTD_NODE)) in xmlValidateAttributeCallback()
Dtestapi.c65 if ((api_dtd == NULL) || (api_dtd->type != XML_DTD_NODE)) { in get_api_dtd()
68 (api_doc->children->type == XML_DTD_NODE)) in get_api_dtd()
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle152 * be deprecated to use an XML_DTD_NODE.
180 d XML_DTD_NODE c 14
432 d type like(xmlElementType) XML_DTD_NODE
/third_party/libxml2/python/
Dlibxml.c2637 case XML_DTD_NODE: in libxml_children()
2680 case XML_DTD_NODE: in libxml_last()
2799 case XML_DTD_NODE: in libxml_type()
/third_party/libxml2/include/libxml/
Dtree.h173 XML_DTD_NODE= 14, enumerator
/third_party/chromium/patch/
D0001-cve.patch132813 (cur->type != XML_DTD_NODE) &&
132820 - if (cur->type != XML_DTD_NODE) {
132824 + } else if (cur->type != XML_DTD_NODE) {
133314 case XML_DTD_NODE:
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest-libandroid.so.abi38824 <enumerator name='XML_DTD_NODE' value='14'/>