Searched refs:xmlReaderForFile (Results 1 - 11 of 11) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/doc/examples/ |
H A D | reader1.c | 4 * purpose: Demonstrate the use of xmlReaderForFile() to parse an XML file 62 reader = xmlReaderForFile(filename, NULL, 0);
|
H A D | reader2.c | 4 * purpose: Demonstrate the use of xmlReaderForFile() to parse an XML file 68 reader = xmlReaderForFile(filename, NULL,
|
H A D | reader3.c | 37 reader = xmlReaderForFile(filename, NULL, 0);
|
H A D | reader4.c | 4 * purpose: Demonstrate the use of xmlReaderForFile() and 72 readerPtr = xmlReaderForFile(argv[1], NULL, 0);
|
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | xmlreader.h | 324 xmlReaderForFile (const char *filename,
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | runtest.c | 2185 reader = xmlReaderForFile(filename, NULL, options); 3286 reader = xmlReaderForFile(instance, NULL, options);
|
H A D | xmllint.c | 1825 reader = xmlReaderForFile(filename, NULL, options);
|
H A D | elfgcchack.h | 7888 #undef xmlReaderForFile macro 7889 extern __typeof (xmlReaderForFile) xmlReaderForFile __attribute((alias("xmlReaderForFile__internal_alias"))); 7891 #ifndef xmlReaderForFile 7892 extern __typeof (xmlReaderForFile) xmlReaderForFile__internal_alias __attribute((visibility("hidden"))); 7893 #define xmlReaderForFile xmlReaderForFile__internal_alias macro
|
H A D | xmlreader.c | 5148 * xmlReaderForFile: 5159 xmlReaderForFile(const char *filename, const char *encoding, int options) function
|
H A D | testapi.c | 29604 ret_val = xmlReaderForFile(filename, (const char *)encoding, options); 29612 printf("Leak of %d blocks found in xmlReaderForFile", [all...] |
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml2-py.c | 86 if (!PyArg_ParseTuple(args, (char *)"zzi:xmlReaderForFile", &filename, &encoding, &options)) 89 c_retval = xmlReaderForFile(filename, encoding, options);
|
Completed in 1270 milliseconds