Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlTextWriterEndComment

690                 count = xmlTextWriterEndComment(writer);
797 * xmlTextWriterEndComment:
805 xmlTextWriterEndComment(xmlTextWriterPtr writer)
814 "xmlTextWriterEndComment : invalid writer!\n");
821 "xmlTextWriterEndComment : not allowed in this context!\n");
934 count = xmlTextWriterEndComment(writer);
3012 count = xmlTextWriterEndComment(writer);