Searched refs:xmlReadFd (Results 1 – 4 of 4) sorted by relevance
1140 xmlReadFd (int fd,
7903 #undef xmlReadFd7904 extern __typeof (xmlReadFd) xmlReadFd __attribute((alias("xmlReadFd__internal_alias")));7906 #ifndef xmlReadFd7907 extern __typeof (xmlReadFd) xmlReadFd__internal_alias __attribute((visibility("hidden")));7908 #define xmlReadFd xmlReadFd__internal_alias macro
2287 doc = xmlReadFd(0, NULL, NULL, options); in parseAndPrintFile()
14741 xmlReadFd(int fd, const char *URL, const char *encoding, int options) in xmlReadFd() function