Searched refs:xmlReaderForFile (Results 1 – 16 of 16) sorted by relevance
/third_party/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()
|
/third_party/libxml2/include/libxml/ |
D | xmlreader.h | 329 xmlReaderForFile (const char *filename,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xmlreader.rpgle | 535 d xmlReaderForFile... 536 d pr extproc('xmlReaderForFile')
|
/third_party/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 | 2335 reader = xmlReaderForFile(filename, NULL, options); in streamParseTest() 3464 reader = xmlReaderForFile(instance, NULL, options); in rngStreamTest()
|
D | elfgcchack.h | 8116 #undef xmlReaderForFile 8117 extern __typeof (xmlReaderForFile) xmlReaderForFile __attribute((alias("xmlReaderForFile__internal_… 8119 #ifndef xmlReaderForFile 8120 extern __typeof (xmlReaderForFile) xmlReaderForFile__internal_alias __attribute((visibility("hidden… 8121 #define xmlReaderForFile xmlReaderForFile__internal_alias macro
|
D | xmllint.c | 1849 reader = xmlReaderForFile(filename, NULL, options); in streamFile()
|
D | xmlreader.c | 5485 xmlReaderForFile(const char *filename, const char *encoding, int options) in xmlReaderForFile() function
|
D | testapi.c | 30307 ret_val = xmlReaderForFile(filename, (const char *)encoding, options); in test_xmlReaderForFile()
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 1426 xmlReaderForFile
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 109089 -#undef xmlReaderForFile 109090 -extern __typeof (xmlReaderForFile) xmlReaderForFile __attribute((alias("xmlReaderForFile__internal… 109092 -#ifndef xmlReaderForFile 109093 -extern __typeof (xmlReaderForFile) xmlReaderForFile__internal_alias __attribute((visibility("hidde… 109094 -#define xmlReaderForFile xmlReaderForFile__internal_alias
|