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

/external/libxml2/
H A Dparser.c14728 * xmlReadFd:
14741 xmlReadFd(int fd, const char *URL, const char *encoding, int options) function
H A Delfgcchack.h7903 #undef xmlReadFd macro
7904 extern __typeof (xmlReadFd) xmlReadFd __attribute((alias("xmlReadFd__internal_alias")));
7906 #ifndef xmlReadFd
7907 extern __typeof (xmlReadFd) xmlReadFd__internal_alias __attribute((visibility("hidden")));
7908 #define xmlReadFd xmlReadFd__internal_alias macro

Completed in 195 milliseconds