Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlStringComment

118 /* #undef xmlStringComment */
119 const xmlChar xmlStringComment[] = { 'c', 'o', 'm', 'm', 'e', 'n', 't', 0 };
2724 cur->name = xmlStringComment;
4214 else if (node->name == xmlStringComment)
4215 ret->name = xmlStringComment;
9519 else if (cur->name == xmlStringComment)
9520 clone->name = xmlStringComment;