Home
last modified time | relevance | path

Searched refs:xmlNewComment (Results 1 – 12 of 12) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
Dtree.in.h901 xmlNewComment (const xmlChar *content);
Delfgcchack.h6082 #undef xmlNewComment
6083 extern __typeof (xmlNewComment) xmlNewComment __attribute((alias("xmlNewComment__internal_alias")));
6085 #ifndef xmlNewComment
6086 extern __typeof (xmlNewComment) xmlNewComment__internal_alias __attribute((visibility("hidden")));
6087 #define xmlNewComment xmlNewComment__internal_alias macro
Dtree.c2750 xmlNewComment(const xmlChar *content) { in xmlNewComment() function
2820 cur = xmlNewComment(content); in xmlNewDocComment()
Dparser.c13661 fake = xmlNewComment(NULL); in xmlParseInNodeContext()
/third_party/libxml2/include/libxml/
Dtree.h872 xmlNewComment (const xmlChar *content);
/third_party/libxml2/
Dlibxml2.syms978 xmlNewComment;
Delfgcchack.h6061 #undef xmlNewComment
6062 extern __typeof (xmlNewComment) xmlNewComment __attribute((alias("xmlNewComment__internal_alias")));
6064 #ifndef xmlNewComment
6065 extern __typeof (xmlNewComment) xmlNewComment__internal_alias __attribute((visibility("hidden")));
6066 #define xmlNewComment xmlNewComment__internal_alias macro
Dtree.c2739 xmlNewComment(const xmlChar *content) { in xmlNewComment() function
2809 cur = xmlNewComment(content); in xmlNewDocComment()
Dparser.c13598 fake = xmlNewComment(NULL); in xmlParseInNodeContext()
Dtestapi.c21214 ret_val = xmlNewComment((const xmlChar *)content); in test_xmlNewComment()
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle987 d xmlNewComment pr extproc('xmlNewComment')
/third_party/libxml2/win32/
Dlibxml2.def.src1231 xmlNewComment