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

/external/chromium_org/third_party/libxml/src/
H A Dtree.c2724 * xmlNewDocComment:
2732 xmlNewDocComment(xmlDocPtr doc, const xmlChar *content) { function
H A Delfgcchack.h5969 #undef xmlNewDocComment macro
5970 extern __typeof (xmlNewDocComment) xmlNewDocComment __attribute((alias("xmlNewDocComment__internal_alias")));
5972 #ifndef xmlNewDocComment
5973 extern __typeof (xmlNewDocComment) xmlNewDocComment__internal_alias __attribute((visibility("hidden")));
5974 #define xmlNewDocComment xmlNewDocComment__internal_alias macro
/external/libxml2/
H A Dtree.c2764 * xmlNewDocComment:
2772 xmlNewDocComment(xmlDocPtr doc, const xmlChar *content) { function
H A Delfgcchack.h6071 #undef xmlNewDocComment macro
6072 extern __typeof (xmlNewDocComment) xmlNewDocComment __attribute((alias("xmlNewDocComment__internal_alias")));
6074 #ifndef xmlNewDocComment
6075 extern __typeof (xmlNewDocComment) xmlNewDocComment__internal_alias __attribute((visibility("hidden")));
6076 #define xmlNewDocComment xmlNewDocComment__internal_alias macro

Completed in 262 milliseconds