Searched defs:xmlNewComment (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dtree.c2704 * xmlNewComment:
2711 xmlNewComment(const xmlChar *content) { function
2781 cur = xmlNewComment(content);
H A Delfgcchack.h6051 #undef xmlNewComment macro
6052 extern __typeof (xmlNewComment) xmlNewComment __attribute((alias("xmlNewComment__internal_alias")));
6054 #ifndef xmlNewComment
6055 extern __typeof (xmlNewComment) xmlNewComment__internal_alias __attribute((visibility("hidden")));
6056 #define xmlNewComment xmlNewComment__internal_alias macro

Completed in 1176 milliseconds