Home
last modified time | relevance | path

Searched refs:xmlStringComment (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h281 XMLPUBVAR const xmlChar xmlStringComment[]; variable
/external/libxml2/
Dtree.c115 const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 }; variable
2679 cur->name = xmlStringComment; in xmlNewComment()
4126 else if (node->name == xmlStringComment) in xmlStaticCopyNode()
4127 ret->name = xmlStringComment; in xmlStaticCopyNode()
9288 else if (cur->name == xmlStringComment) in xmlDOMWrapCloneNode()
9289 clone->name = xmlStringComment; in xmlDOMWrapCloneNode()
DdebugXML.c381 if (node->name == xmlStringComment) in xmlCtxtGenericNodeCheck()