Home
last modified time | relevance | path

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

/third_party/libxml2/
DtestXPath.c183 document = xmlReadDoc(buffer,NULL,NULL,XML_PARSE_COMPACT); in main()
Dlibxml2.syms1566 xmlReadDoc;
Delfgcchack.h8041 #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
Dparser.c15208 xmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) in xmlReadDoc() function
Dtestapi.c14565 ret_val = xmlReadDoc((const xmlChar *)cur, URL, (const char *)encoding, options); in test_xmlReadDoc()
/third_party/libxml2/include/libxml/
Dparser.h1131 xmlReadDoc (const xmlChar *cur,
/third_party/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.
/third_party/libxml2/win32/
Dlibxml2.def.src1419 xmlReadDoc
/third_party/chromium/patch/
D0001-cve.patch84067 - 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);