Searched refs:xmlReaderForFile (Results 1 – 15 of 15) sorted by relevance
/external/libxml2/doc/examples/ |
D | reader1.c | 62 reader = xmlReaderForFile(filename, NULL, 0); in streamFile()
|
D | reader3.c | 38 reader = xmlReaderForFile(filename, NULL, 0); in extractFile()
|
D | reader2.c | 68 reader = xmlReaderForFile(filename, NULL, in streamFile()
|
D | reader4.c | 72 readerPtr = xmlReaderForFile(argv[1], NULL, 0); in main()
|
/external/libxml2/include/libxml/ |
D | xmlreader.h | 329 xmlReaderForFile (const char *filename,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlreader.rpgle | 535 d xmlReaderForFile... 536 d pr extproc('xmlReaderForFile')
|
/external/libxml2/ |
D | testrecurse.c | 765 reader = xmlReaderForFile("huge:test" , NULL, in notRecursiveHugeTest()
|
D | testlimits.c | 1325 reader = xmlReaderForFile(filename , NULL, options); in readerTest()
|
D | libxml2.syms | 1692 xmlReaderForFile;
|
D | runtest.c | 2266 reader = xmlReaderForFile(filename, NULL, options); in streamParseTest() 3395 reader = xmlReaderForFile(instance, NULL, options); in rngStreamTest()
|
D | elfgcchack.h | 8104 #undef xmlReaderForFile 8105 extern __typeof (xmlReaderForFile) xmlReaderForFile __attribute((alias("xmlReaderForFile__internal_… 8107 #ifndef xmlReaderForFile 8108 extern __typeof (xmlReaderForFile) xmlReaderForFile__internal_alias __attribute((visibility("hidden… 8109 #define xmlReaderForFile xmlReaderForFile__internal_alias macro
|
D | xmllint.c | 1843 reader = xmlReaderForFile(filename, NULL, options); in streamFile()
|
D | xmlreader.c | 5484 xmlReaderForFile(const char *filename, const char *encoding, int options) in xmlReaderForFile() function
|
D | testapi.c | 30305 ret_val = xmlReaderForFile(filename, (const char *)encoding, options); in test_xmlReaderForFile()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1425 xmlReaderForFile
|