Searched refs:xmlReadDoc (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DtestXPath.c181 document = xmlReadDoc(buffer,NULL,NULL,XML_PARSE_COMPACT);
H A Delfgcchack.h7893 #undef xmlReadDoc macro
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
H A Dparser.c14663 * xmlReadDoc:
14674 xmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) function
H A Dtestapi.c14483 ret_val = xmlReadDoc((const xmlChar *)cur, URL, (const char *)encoding, options);
14492 printf("Leak of %d blocks found in xmlReadDoc",
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h1084 * to the xmlReadDoc() and similar calls.
1124 xmlReadDoc (const xmlChar *cur,
/external/libxml2/include/libxml/
H A Dparser.h1084 * to the xmlReadDoc() and similar calls.
1125 xmlReadDoc (const xmlChar *cur,
/external/libxml2/
H A Delfgcchack.h7893 #undef xmlReadDoc macro
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
H A Dparser.c14659 * xmlReadDoc:
14670 xmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) function

Completed in 308 milliseconds