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

  /external/libxml2/doc/examples/
testWriter.c 318 * write any other elements, we simply call xmlTextWriterEndDocument,
320 rc = xmlTextWriterEndDocument(writer);
323 ("testXmlwriterFilename: Error at xmlTextWriterEndDocument\n");
593 * write any other elements, we simply call xmlTextWriterEndDocument,
595 rc = xmlTextWriterEndDocument(writer);
597 printf("testXmlwriterMemory: Error at xmlTextWriterEndDocument\n");
853 * write any other elements, we simply call xmlTextWriterEndDocument,
855 rc = xmlTextWriterEndDocument(writer);
857 printf("testXmlwriterDoc: Error at xmlTextWriterEndDocument\n");
    [all...]
  /external/libxml2/include/libxml/
xmlwriter.h 60 XMLPUBFUN int XMLCALL xmlTextWriterEndDocument(xmlTextWriterPtr
  /external/libxml2/
libxml2.syms 1598 xmlTextWriterEndDocument;
    [all...]
xmlwriter.c 636 * xmlTextWriterEndDocument:
645 xmlTextWriterEndDocument(xmlTextWriterPtr writer)
654 "xmlTextWriterEndDocument : invalid writer!\n");
    [all...]
elfgcchack.h     [all...]
testapi.c     [all...]

Completed in 125 milliseconds