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

/external/libxml2/include/libxml/
H A Dparser.h991 xmlCreateDocParserCtxt (const xmlChar *cur);
/external/libxml2/
H A Dlibxml2.syms725 xmlCreateDocParserCtxt;
H A Delfgcchack.h2399 #undef xmlCreateDocParserCtxt macro
2400 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt __attribute((alias("xmlCreateDocParserCtxt__internal_alias")));
2402 #ifndef xmlCreateDocParserCtxt
2403 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt__internal_alias __attribute((visibility("hidden")));
2404 #define xmlCreateDocParserCtxt xmlCreateDocParserCtxt__internal_alias macro
H A Dparser.c14664 * xmlCreateDocParserCtxt:
14672 xmlCreateDocParserCtxt(const xmlChar *cur) { function
14705 ctxt = xmlCreateDocParserCtxt(cur);
15333 ctxt = xmlCreateDocParserCtxt(cur);
H A Dtestapi.c12682 ret_val = xmlCreateDocParserCtxt((const xmlChar *)cur);
12688 printf("Leak of %d blocks found in xmlCreateDocParserCtxt",
[all...]

Completed in 197 milliseconds