Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h827 xmlNewComment (const xmlChar *content);
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h828 xmlNewComment (const xmlChar *content);
/external/chromium_org/third_party/libxslt/libxslt/
Dextensions.c2106 commentNode = xmlNewComment((const xmlChar *) in xsltExtElementTest()
Dtransform.c3798 copy = xmlNewComment(node->content); in xsltCopy()
4090 commentNode = xmlNewComment(value); in xsltComment()
/external/libxslt/libxslt/
Dextensions.c2106 commentNode = xmlNewComment((const xmlChar *) in xsltExtElementTest()
Dtransform.c3798 copy = xmlNewComment(node->content); in xsltCopy()
4090 commentNode = xmlNewComment(value); in xsltComment()
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1220 xmlNewComment
/external/libxml2/
Delfgcchack.h5949 #undef xmlNewComment
5950 extern __typeof (xmlNewComment) xmlNewComment __attribute((alias("xmlNewComment__internal_alias")));
5952 #ifndef xmlNewComment
5953 extern __typeof (xmlNewComment) xmlNewComment__internal_alias __attribute((visibility("hidden")));
5954 #define xmlNewComment xmlNewComment__internal_alias macro
Dtree.c2676 xmlNewComment(const xmlChar *content) { in xmlNewComment() function
2746 cur = xmlNewComment(content); in xmlNewDocComment()
Dparser.c13081 fake = xmlNewComment(NULL); in xmlParseInNodeContext()
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h5949 #undef xmlNewComment
5950 extern __typeof (xmlNewComment) xmlNewComment __attribute((alias("xmlNewComment__internal_alias")));
5952 #ifndef xmlNewComment
5953 extern __typeof (xmlNewComment) xmlNewComment__internal_alias __attribute((visibility("hidden")));
5954 #define xmlNewComment xmlNewComment__internal_alias macro
Dtree.c2665 xmlNewComment(const xmlChar *content) { in xmlNewComment() function
2735 cur = xmlNewComment(content); in xmlNewDocComment()
Dparser.c13089 fake = xmlNewComment(NULL); in xmlParseInNodeContext()
Dtestapi.c20929 ret_val = xmlNewComment((const xmlChar *)content); in test_xmlNewComment()