Searched refs:xmlReadDoc (Results 1 – 10 of 10) sorted by relevance
/third_party/libxml2/ |
D | testXPath.c | 183 document = xmlReadDoc(buffer,NULL,NULL,XML_PARSE_COMPACT); in main()
|
D | libxml2.syms | 1566 xmlReadDoc;
|
D | elfgcchack.h | 8041 #undef xmlReadDoc 8042 extern __typeof (xmlReadDoc) xmlReadDoc __attribute((alias("xmlReadDoc__internal_alias"))); 8044 #ifndef xmlReadDoc 8045 extern __typeof (xmlReadDoc) xmlReadDoc__internal_alias __attribute((visibility("hidden"))); 8046 #define xmlReadDoc xmlReadDoc__internal_alias macro
|
D | parser.c | 15208 xmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) in xmlReadDoc() function
|
D | testapi.c | 14565 ret_val = xmlReadDoc((const xmlChar *)cur, URL, (const char *)encoding, options); in test_xmlReadDoc()
|
/third_party/libxml2/include/libxml/ |
D | parser.h | 1131 xmlReadDoc (const xmlChar *cur,
|
/third_party/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.
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 1419 xmlReadDoc
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 84067 - API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO() 109014 -#undef xmlReadDoc 109015 -extern __typeof (xmlReadDoc) xmlReadDoc __attribute((alias("xmlReadDoc__internal_alias"))); 109017 -#ifndef xmlReadDoc 109018 -extern __typeof (xmlReadDoc) xmlReadDoc__internal_alias __attribute((visibility("hidden"))); 109019 -#define xmlReadDoc xmlReadDoc__internal_alias 129521 - document = xmlReadDoc(buffer,NULL,NULL,XML_PARSE_COMPACT);
|