HomeSort by relevance Sort by last modified time
    Searched defs:xmlTextWriterEndComment (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
xmlwriter.c 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);
    [all...]
elfgcchack.h     [all...]

Completed in 364 milliseconds