Searched defs:xmlCreateEntityParserCtxt (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dparser.c14296 * xmlCreateEntityParserCtxt:
14308 xmlCreateEntityParserCtxt(const xmlChar *URL, const xmlChar *ID, function
H A Delfgcchack.h2419 #undef xmlCreateEntityParserCtxt macro
2420 extern __typeof (xmlCreateEntityParserCtxt) xmlCreateEntityParserCtxt __attribute((alias("xmlCreateEntityParserCtxt__internal_alias")));
2422 #ifndef xmlCreateEntityParserCtxt
2423 extern __typeof (xmlCreateEntityParserCtxt) xmlCreateEntityParserCtxt__internal_alias __attribute((visibility("hidden")));
2424 #define xmlCreateEntityParserCtxt xmlCreateEntityParserCtxt__internal_alias macro

Completed in 164 milliseconds