Home
last modified time | relevance | path

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

/external/libxml2/
DtestXPath.c183 document = xmlReadDoc(buffer,NULL,NULL,XML_PARSE_COMPACT); in main()
Dlibxml2.syms1566 xmlReadDoc;
Delfgcchack.h8019 #undef xmlReadDoc
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
Dparser.c15220 xmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) in xmlReadDoc() function
Dtestapi.c14563 ret_val = xmlReadDoc((const xmlChar *)cur, URL, (const char *)encoding, options); in test_xmlReadDoc()
DChangeLog9472 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
/external/libxml2/include/libxml/
Dparser.h1129 xmlReadDoc (const xmlChar *cur,
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle1215 * to the xmlReadDoc() and similar calls.
1285 d xmlReadDoc pr extproc('xmlReadDoc')
DHTMLparser.rpgle246 * to the xmlReadDoc() and similar calls.
/external/libxml2/win32/
Dlibxml2.def.src1417 xmlReadDoc