Searched refs:xmlReaderForFile (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dreader1.c4 * purpose: Demonstrate the use of xmlReaderForFile() to parse an XML file
62 reader = xmlReaderForFile(filename, NULL, 0);
H A Dreader2.c4 * purpose: Demonstrate the use of xmlReaderForFile() to parse an XML file
68 reader = xmlReaderForFile(filename, NULL,
H A Dreader3.c37 reader = xmlReaderForFile(filename, NULL, 0);
H A Dreader4.c4 * 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 Dxmlreader.h324 xmlReaderForFile (const char *filename,
/vbox/src/libs/libxml2-2.6.31/
H A Druntest.c2185 reader = xmlReaderForFile(filename, NULL, options);
3286 reader = xmlReaderForFile(instance, NULL, options);
H A Dxmllint.c1825 reader = xmlReaderForFile(filename, NULL, options);
H A Delfgcchack.h7888 #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 Dxmlreader.c5148 * xmlReaderForFile:
5159 xmlReaderForFile(const char *filename, const char *encoding, int options) function
H A Dtestapi.c29604 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 Dlibxml2-py.c86 if (!PyArg_ParseTuple(args, (char *)"zzi:xmlReaderForFile", &filename, &encoding, &options))
89 c_retval = xmlReaderForFile(filename, encoding, options);

Completed in 349 milliseconds