Home
last modified time | relevance | path

Searched refs:xmlReadDoc (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h1116 xmlReadDoc (const xmlChar *cur,
/external/libxml2/
Delfgcchack.h7893 #undef xmlReadDoc
7894 extern __typeof (xmlReadDoc) xmlReadDoc __attribute((alias("xmlReadDoc__internal_alias")));
7896 #ifndef xmlReadDoc
7897 extern __typeof (xmlReadDoc) xmlReadDoc__internal_alias __attribute((visibility("hidden")));
7898 #define xmlReadDoc xmlReadDoc__internal_alias macro
Dparser.c14316 xmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) in xmlReadDoc() function