Home
last modified time | relevance | path

Searched refs:xmlNewDocComment (Results 1 – 10 of 10) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h824 xmlNewDocComment (xmlDocPtr doc,
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h825 xmlNewDocComment (xmlDocPtr doc,
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1222 xmlNewDocComment
/external/libxml2/
Delfgcchack.h5969 #undef xmlNewDocComment
5970 extern __typeof (xmlNewDocComment) xmlNewDocComment __attribute((alias("xmlNewDocComment__internal_…
5972 #ifndef xmlNewDocComment
5973 extern __typeof (xmlNewDocComment) xmlNewDocComment__internal_alias __attribute((visibility("hidden…
5974 #define xmlNewDocComment xmlNewDocComment__internal_alias macro
DSAX2.c2687 ret = xmlNewDocComment(ctxt->myDoc, value); in xmlSAX2Comment()
Dtree.c2743 xmlNewDocComment(xmlDocPtr doc, const xmlChar *content) { in xmlNewDocComment() function
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h5969 #undef xmlNewDocComment
5970 extern __typeof (xmlNewDocComment) xmlNewDocComment __attribute((alias("xmlNewDocComment__internal_…
5972 #ifndef xmlNewDocComment
5973 extern __typeof (xmlNewDocComment) xmlNewDocComment__internal_alias __attribute((visibility("hidden…
5974 #define xmlNewDocComment xmlNewDocComment__internal_alias macro
DSAX2.c2637 ret = xmlNewDocComment(ctxt->myDoc, value); in xmlSAX2Comment()
Dtree.c2732 xmlNewDocComment(xmlDocPtr doc, const xmlChar *content) { in xmlNewDocComment() function
Dtestapi.c20997 ret_val = xmlNewDocComment(doc, (const xmlChar *)content); in test_xmlNewDocComment()