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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DparserInternals.h281 XMLPUBVAR const xmlChar xmlStringComment[]; variable
/external/libxml2/include/libxml/
H A DparserInternals.h314 XMLPUBVAR const xmlChar xmlStringComment[]; variable
/external/chromium_org/third_party/libxml/src/
H A Dtree.c115 /* #undef xmlStringComment */
116 const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 }; variable
2679 cur->name = xmlStringComment;
4134 else if (node->name == xmlStringComment)
4135 ret->name = xmlStringComment;
9305 else if (cur->name == xmlStringComment)
9306 clone->name = xmlStringComment;
/external/libxml2/
H A Dtree.c118 /* #undef xmlStringComment */
119 const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 }; variable
2719 cur->name = xmlStringComment;
4187 else if (node->name == xmlStringComment)
4188 ret->name = xmlStringComment;
9482 else if (cur->name == xmlStringComment)
9483 clone->name = xmlStringComment;

Completed in 216 milliseconds