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

/external/libxml2/
H A Dxmlreader.c5454 * xmlReaderForFd:
5468 xmlReaderForFd(int fd, const char *URL, const char *encoding, int options) function
H A Delfgcchack.h8082 #undef xmlReaderForFd macro
8083 extern __typeof (xmlReaderForFd) xmlReaderForFd __attribute((alias("xmlReaderForFd__internal_alias")));
8085 #ifndef xmlReaderForFd
8086 extern __typeof (xmlReaderForFd) xmlReaderForFd__internal_alias __attribute((visibility("hidden")));
8087 #define xmlReaderForFd xmlReaderForFd__internal_alias macro

Completed in 61 milliseconds