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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DparserInternals.h272 XMLPUBVAR const xmlChar xmlStringComment[]; variable
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtree.c103 /* #undef xmlStringComment */
104 const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 }; variable
2616 cur->name = xmlStringComment;
3837 else if (node->name == xmlStringComment)
3838 ret->name = xmlStringComment;
8834 else if (cur->name == xmlStringComment)
8835 clone->name = xmlStringComment;
H A DdebugXML.c380 if (node->name == xmlStringComment)

Completed in 57 milliseconds