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

/external/libxml2/
H A Dparser.c15465 * xmlReadDoc:
15476 xmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) function
H A Delfgcchack.h8019 #undef xmlReadDoc macro
8020 extern __typeof (xmlReadDoc) xmlReadDoc __attribute((alias("xmlReadDoc__internal_alias")));
8022 #ifndef xmlReadDoc
8023 extern __typeof (xmlReadDoc) xmlReadDoc__internal_alias __attribute((visibility("hidden")));
8024 #define xmlReadDoc xmlReadDoc__internal_alias macro

Completed in 123 milliseconds