Searched refs:xmlReaderForFd (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlreader.h334 xmlReaderForFd (int fd,
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h7876 #undef xmlReaderForFd macro
7877 extern __typeof (xmlReaderForFd) xmlReaderForFd __attribute((alias("xmlReaderForFd__internal_alias")));
7879 #ifndef xmlReaderForFd
7880 extern __typeof (xmlReaderForFd) xmlReaderForFd__internal_alias __attribute((visibility("hidden")));
7881 #define xmlReaderForFd xmlReaderForFd__internal_alias macro
H A Dxmlreader.c5206 * xmlReaderForFd:
5220 xmlReaderForFd(int fd, const char *URL, const char *encoding, int options) function
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c11216 if (!PyArg_ParseTuple(args, (char *)"izzi:xmlReaderForFd", &fd, &URL, &encoding, &options))
11219 c_retval = xmlReaderForFd(fd, URL, encoding, options);

Completed in 195 milliseconds