Searched refs:xmlTextWriterStartDocument (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/doc/examples/ |
D | testWriter.c | 85 rc = xmlTextWriterStartDocument(writer, NULL, MY_ENCODING, NULL); in testXmlwriterFilename() 364 rc = xmlTextWriterStartDocument(writer, NULL, MY_ENCODING, NULL); in testXmlwriterMemory() 641 rc = xmlTextWriterStartDocument(writer, NULL, MY_ENCODING, NULL); in testXmlwriterDoc() 913 rc = xmlTextWriterStartDocument(writer, NULL, MY_ENCODING, NULL); in testXmlwriterTree()
|
/external/libxml2/include/libxml/ |
D | xmlwriter.h | 56 xmlTextWriterStartDocument(xmlTextWriterPtr writer,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlwriter.rpgle | 70 d xmlTextWriterStartDocument... 71 d pr extproc('xmlTextWriterStartDocument')
|
/external/libxml2/ |
D | libxml2.syms | 1607 xmlTextWriterStartDocument;
|
D | elfgcchack.h | 12276 #undef xmlTextWriterStartDocument 12277 extern __typeof (xmlTextWriterStartDocument) xmlTextWriterStartDocument __attribute((alias("xmlText… 12279 #ifndef xmlTextWriterStartDocument 12280 extern __typeof (xmlTextWriterStartDocument) xmlTextWriterStartDocument__internal_alias __attribute… 12281 #define xmlTextWriterStartDocument xmlTextWriterStartDocument__internal_alias macro
|
D | xmlwriter.c | 519 xmlTextWriterStartDocument(xmlTextWriterPtr writer, const char *version, in xmlTextWriterStartDocument() function
|
D | testapi.c | 44476 …ret_val = xmlTextWriterStartDocument(writer, (const char *)version, (const char *)encoding, (const… in test_xmlTextWriterStartDocument()
|
D | ChangeLog | 1097 uses of xmlTextWriterStartDocument()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 2015 xmlTextWriterStartDocument
|