Searched refs:xmlReadDoc (Results 1 – 10 of 10) sorted by relevance
/external/libxml2/ |
D | testXPath.c | 183 document = xmlReadDoc(buffer,NULL,NULL,XML_PARSE_COMPACT); in main()
|
D | libxml2.syms | 1566 xmlReadDoc;
|
D | elfgcchack.h | 8019 #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
|
D | parser.c | 15225 xmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) in xmlReadDoc() function
|
D | testapi.c | 14563 ret_val = xmlReadDoc((const xmlChar *)cur, URL, (const char *)encoding, options); in test_xmlReadDoc()
|
D | ChangeLog | 9472 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
|
/external/libxml2/include/libxml/ |
D | parser.h | 1129 xmlReadDoc (const xmlChar *cur,
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 1215 * to the xmlReadDoc() and similar calls. 1285 d xmlReadDoc pr extproc('xmlReadDoc')
|
D | HTMLparser.rpgle | 246 * to the xmlReadDoc() and similar calls.
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1417 xmlReadDoc
|