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

  /external/libxml2/include/libxml/
xmlwriter.h 68 XMLPUBFUN int XMLCALL xmlTextWriterEndComment(xmlTextWriterPtr writer);
  /external/libxml2/
xmlwriter.c 700 count = xmlTextWriterEndComment(writer);
807 * xmlTextWriterEndComment:
815 xmlTextWriterEndComment(xmlTextWriterPtr writer)
824 "xmlTextWriterEndComment : invalid writer!\n");
831 "xmlTextWriterEndComment : not allowed in this context!\n");
944 count = xmlTextWriterEndComment(writer);
    [all...]
libxml2.syms     [all...]
elfgcchack.h     [all...]
testapi.c     [all...]

Completed in 47 milliseconds