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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DparserInternals.h281 XMLPUBVAR const xmlChar xmlStringComment[]; variable
/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c111 /* #undef xmlStringComment */
112 const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 }; variable
2660 cur->name = xmlStringComment;
3881 else if (node->name == xmlStringComment)
3882 ret->name = xmlStringComment;
8958 else if (cur->name == xmlStringComment)
8959 clone->name = xmlStringComment;
H A DdebugXML.c380 if (node->name == xmlStringComment)

Completed in 65 milliseconds