Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlStringComment

114 /* #undef xmlStringComment */
115 const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 };
2679 cur->name = xmlStringComment;
4126 else if (node->name == xmlStringComment)
4127 ret->name = xmlStringComment;
9288 else if (cur->name == xmlStringComment)
9289 clone->name = xmlStringComment;