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

/external/libxml2/
H A Dparser.c15480 * xmlReadFd:
15493 xmlReadFd(int fd, const char *URL, const char *encoding, int options) function
H A Delfgcchack.h8029 #undef xmlReadFd macro
8030 extern __typeof (xmlReadFd) xmlReadFd __attribute((alias("xmlReadFd__internal_alias")));
8032 #ifndef xmlReadFd
8033 extern __typeof (xmlReadFd) xmlReadFd__internal_alias __attribute((visibility("hidden")));
8034 #define xmlReadFd xmlReadFd__internal_alias macro

Completed in 123 milliseconds