Searched refs:xmlReadDoc (Results 1 – 3 of 3) sorted by relevance
1116 xmlReadDoc (const xmlChar *cur,
7893 #undef xmlReadDoc7894 extern __typeof (xmlReadDoc) xmlReadDoc __attribute((alias("xmlReadDoc__internal_alias")));7896 #ifndef xmlReadDoc7897 extern __typeof (xmlReadDoc) xmlReadDoc__internal_alias __attribute((visibility("hidden")));7898 #define xmlReadDoc xmlReadDoc__internal_alias macro
14316 xmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) in xmlReadDoc() function