Searched refs:xmlStringComment (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A DparserInternals.h314 XMLPUBVAR const xmlChar xmlStringComment[]; variable
/external/libxml2/
H A Dlibxml2.syms226 xmlStringComment; # variable
H A Dtree.c118 /* #undef xmlStringComment */
119 const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 }; variable
2725 cur->name = xmlStringComment;
4215 else if (node->name == xmlStringComment)
4216 ret->name = xmlStringComment;
9520 else if (cur->name == xmlStringComment)
9521 clone->name = xmlStringComment;
H A DdebugXML.c384 if (node->name == xmlStringComment)

Completed in 114 milliseconds