Searched refs:xmlReadIO (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
H A Dparser.h1149 xmlReadIO (xmlInputReadCallback ioread,
/external/libxml2/
H A Dlibxml2.syms1569 xmlReadIO;
H A Dxmllint.c2315 doc = xmlReadIO((xmlInputReadCallback) myRead,
H A Delfgcchack.h8049 #undef xmlReadIO macro
8050 extern __typeof (xmlReadIO) xmlReadIO __attribute((alias("xmlReadIO__internal_alias")));
8052 #ifndef xmlReadIO
8053 extern __typeof (xmlReadIO) xmlReadIO__internal_alias __attribute((visibility("hidden")));
8054 #define xmlReadIO xmlReadIO__internal_alias macro
H A Dparser.c15523 * xmlReadIO:
15536 xmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, function

Completed in 175 milliseconds