Searched refs:xmlCreateDocParserCtxt (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h988 xmlCreateDocParserCtxt (const xmlChar *cur);
/external/libxml2/include/libxml/
H A Dparser.h988 xmlCreateDocParserCtxt (const xmlChar *cur);
/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h2327 #undef xmlCreateDocParserCtxt macro
2328 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt __attribute((alias("xmlCreateDocParserCtxt__internal_alias")));
2330 #ifndef xmlCreateDocParserCtxt
2331 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt__internal_alias __attribute((visibility("hidden")));
2332 #define xmlCreateDocParserCtxt xmlCreateDocParserCtxt__internal_alias macro
H A Dparser.c14018 * xmlCreateDocParserCtxt:
14026 xmlCreateDocParserCtxt(const xmlChar *cur) { function
14059 ctxt = xmlCreateDocParserCtxt(cur);
14681 ctxt = xmlCreateDocParserCtxt(cur);
H A Dtestapi.c12686 ret_val = xmlCreateDocParserCtxt((const xmlChar *)cur);
12692 printf("Leak of %d blocks found in xmlCreateDocParserCtxt",
[all...]
/external/libxml2/
H A Delfgcchack.h2327 #undef xmlCreateDocParserCtxt macro
2328 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt __attribute((alias("xmlCreateDocParserCtxt__internal_alias")));
2330 #ifndef xmlCreateDocParserCtxt
2331 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt__internal_alias __attribute((visibility("hidden")));
2332 #define xmlCreateDocParserCtxt xmlCreateDocParserCtxt__internal_alias macro
H A Dparser.c14010 * xmlCreateDocParserCtxt:
14018 xmlCreateDocParserCtxt(const xmlChar *cur) { function
14051 ctxt = xmlCreateDocParserCtxt(cur);
14677 ctxt = xmlCreateDocParserCtxt(cur);

Completed in 390 milliseconds