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

  /external/libxml2/include/libxml/
xmlwriter.h 69 XMLPUBFUN int XMLCALL xmlTextWriterEndComment(xmlTextWriterPtr writer);
  /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 314 milliseconds