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

  /external/libxml2/doc/examples/
testWriter.c 85 rc = xmlTextWriterStartDocument(writer, NULL, MY_ENCODING, NULL);
88 ("testXmlwriterFilename: Error at xmlTextWriterStartDocument\n");
364 rc = xmlTextWriterStartDocument(writer, NULL, MY_ENCODING, NULL);
367 ("testXmlwriterMemory: Error at xmlTextWriterStartDocument\n");
641 rc = xmlTextWriterStartDocument(writer, NULL, MY_ENCODING, NULL);
643 printf("testXmlwriterDoc: Error at xmlTextWriterStartDocument\n");
913 rc = xmlTextWriterStartDocument(writer, NULL, MY_ENCODING, NULL);
915 printf("testXmlwriterTree: Error at xmlTextWriterStartDocument\n");
    [all...]
  /external/libxml2/include/libxml/
xmlwriter.h 56 xmlTextWriterStartDocument(xmlTextWriterPtr writer,
  /external/libxml2/
libxml2.syms 1607 xmlTextWriterStartDocument;
    [all...]
xmlwriter.c 514 * xmlTextWriterStartDocument:
525 xmlTextWriterStartDocument(xmlTextWriterPtr writer, const char *version,
535 "xmlTextWriterStartDocument : invalid writer!\n");
542 "xmlTextWriterStartDocument : not allowed in this context!\n");
551 "xmlTextWriterStartDocument : out of memory!\n");
    [all...]
elfgcchack.h     [all...]
testapi.c     [all...]

Completed in 46 milliseconds