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

/external/libxml2/
H A Dxmlwriter.c694 count = xmlTextWriterEndComment(writer);
801 * xmlTextWriterEndComment:
809 xmlTextWriterEndComment(xmlTextWriterPtr writer) function
818 "xmlTextWriterEndComment : invalid writer!\n");
825 "xmlTextWriterEndComment : not allowed in this context!\n");
938 count = xmlTextWriterEndComment(writer);
3019 count = xmlTextWriterEndComment(writer);
H A Delfgcchack.h12024 #undef xmlTextWriterEndComment macro
12025 extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment __attribute((alias("xmlTextWriterEndComment__internal_alias")));
12027 #ifndef xmlTextWriterEndComment
12028 extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment__internal_alias __attribute((visibility("hidden")));
12029 #define xmlTextWriterEndComment xmlTextWriterEndComment__internal_alias macro

Completed in 72 milliseconds