Home
last modified time | relevance | path

Searched refs:xmlReadFd (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h1140 xmlReadFd (int fd,
/external/libxml2/
Delfgcchack.h7903 #undef xmlReadFd
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
Dxmllint.c2287 doc = xmlReadFd(0, NULL, NULL, options); in parseAndPrintFile()
Dparser.c14741 xmlReadFd(int fd, const char *URL, const char *encoding, int options) in xmlReadFd() function