Searched defs:xmlReaderForFd (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlreader.c5206 * xmlReaderForFd:
5220 xmlReaderForFd(int fd, const char *URL, const char *encoding, int options) function
H A Delfgcchack.h7876 #undef xmlReaderForFd macro
7877 extern __typeof (xmlReaderForFd) xmlReaderForFd __attribute((alias("xmlReaderForFd__internal_alias")));
7879 #ifndef xmlReaderForFd
7880 extern __typeof (xmlReaderForFd) xmlReaderForFd__internal_alias __attribute((visibility("hidden")));
7881 #define xmlReaderForFd xmlReaderForFd__internal_alias macro

Completed in 97 milliseconds