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

/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c11644 ctxt = xmlCreateEntityParserCtxt(URL, ID, NULL);
12475 * xmlCreateEntityParserCtxt:
12487 xmlCreateEntityParserCtxt(const xmlChar *URL, const xmlChar *ID, function
H A Delfgcchack.h2335 #undef xmlCreateEntityParserCtxt macro
2336 extern __typeof (xmlCreateEntityParserCtxt) xmlCreateEntityParserCtxt __attribute((alias("xmlCreateEntityParserCtxt__internal_alias")));
2338 #ifndef xmlCreateEntityParserCtxt
2339 extern __typeof (xmlCreateEntityParserCtxt) xmlCreateEntityParserCtxt__internal_alias __attribute((visibility("hidden")));
2340 #define xmlCreateEntityParserCtxt xmlCreateEntityParserCtxt__internal_alias macro

Completed in 151 milliseconds