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

/external/libxml2/
H A Dxmlwriter.c692 count = xmlTextWriterEndComment(writer);
799 * xmlTextWriterEndComment:
807 xmlTextWriterEndComment(xmlTextWriterPtr writer) function
816 "xmlTextWriterEndComment : invalid writer!\n");
823 "xmlTextWriterEndComment : not allowed in this context!\n");
936 count = xmlTextWriterEndComment(writer);
3015 count = xmlTextWriterEndComment(writer);
H A Delfgcchack.h11862 #undef xmlTextWriterEndComment macro
11863 extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment __attribute((alias("xmlTextWriterEndComment__internal_alias")));
11865 #ifndef xmlTextWriterEndComment
11866 extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment__internal_alias __attribute((visibility("hidden")));
11867 #define xmlTextWriterEndComment xmlTextWriterEndComment__internal_alias macro

Completed in 71 milliseconds