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

/external/chromium_org/third_party/libxml/src/
H A Dtree.c2658 * xmlNewComment:
2665 xmlNewComment(const xmlChar *content) { function
2735 cur = xmlNewComment(content);
H A Delfgcchack.h5949 #undef xmlNewComment macro
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
/external/libxml2/
H A Dtree.c2669 * xmlNewComment:
2676 xmlNewComment(const xmlChar *content) { function
2746 cur = xmlNewComment(content);
H A Delfgcchack.h5949 #undef xmlNewComment macro
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

Completed in 344 milliseconds