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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlreader.h318 xmlReaderForFile (const char *filename,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Druntest.c2177 reader = xmlReaderForFile(filename, NULL, options);
3279 reader = xmlReaderForFile(instance, NULL, options);
H A Dxmllint.c1816 reader = xmlReaderForFile(filename, NULL, options);
H A Delfgcchack.h7866 #undef xmlReaderForFile macro
7867 extern __typeof (xmlReaderForFile) xmlReaderForFile __attribute((alias("xmlReaderForFile__internal_alias")));
7869 #ifndef xmlReaderForFile
7870 extern __typeof (xmlReaderForFile) xmlReaderForFile__internal_alias __attribute((visibility("hidden")));
7871 #define xmlReaderForFile xmlReaderForFile__internal_alias macro
H A Dxmlreader.c5133 * xmlReaderForFile:
5144 xmlReaderForFile(const char *filename, const char *encoding, int options) function

Completed in 91 milliseconds