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

/external/chromium_org/third_party/libxml/src/
H A Dxmlwriter.c715 * xmlTextWriterStartComment:
723 xmlTextWriterStartComment(xmlTextWriterPtr writer) function
732 "xmlTextWriterStartComment : invalid writer!\n");
928 count = xmlTextWriterStartComment(writer);
H A Delfgcchack.h12042 #undef xmlTextWriterStartComment macro
12043 extern __typeof (xmlTextWriterStartComment) xmlTextWriterStartComment __attribute((alias("xmlTextWriterStartComment__internal_alias")));
12045 #ifndef xmlTextWriterStartComment
12046 extern __typeof (xmlTextWriterStartComment) xmlTextWriterStartComment__internal_alias __attribute((visibility("hidden")));
12047 #define xmlTextWriterStartComment xmlTextWriterStartComment__internal_alias macro
/external/libxml2/
H A Dxmlwriter.c719 * xmlTextWriterStartComment:
727 xmlTextWriterStartComment(xmlTextWriterPtr writer) function
736 "xmlTextWriterStartComment : invalid writer!\n");
932 count = xmlTextWriterStartComment(writer);
H A Delfgcchack.h12216 #undef xmlTextWriterStartComment macro
12217 extern __typeof (xmlTextWriterStartComment) xmlTextWriterStartComment __attribute((alias("xmlTextWriterStartComment__internal_alias")));
12219 #ifndef xmlTextWriterStartComment
12220 extern __typeof (xmlTextWriterStartComment) xmlTextWriterStartComment__internal_alias __attribute((visibility("hidden")));
12221 #define xmlTextWriterStartComment xmlTextWriterStartComment__internal_alias macro

Completed in 337 milliseconds