xmlCreateEntityParserCtxt 2347 third_party/libxml/src/elfgcchack.h #undef xmlCreateEntityParserCtxt
xmlCreateEntityParserCtxt 2348 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCreateEntityParserCtxt) xmlCreateEntityParserCtxt __attribute((alias("xmlCreateEntityParserCtxt__internal_alias")));
xmlCreateEntityParserCtxt 2350 third_party/libxml/src/elfgcchack.h #ifndef xmlCreateEntityParserCtxt
xmlCreateEntityParserCtxt 2351 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCreateEntityParserCtxt) xmlCreateEntityParserCtxt__internal_alias __attribute((visibility("hidden")));
xmlCreateEntityParserCtxt 2352 third_party/libxml/src/elfgcchack.h #define xmlCreateEntityParserCtxt xmlCreateEntityParserCtxt__internal_alias
xmlCreateEntityParserCtxt  300 third_party/libxml/src/include/libxml/parserInternals.h 			xmlCreateEntityParserCtxt(const xmlChar *URL,
xmlCreateEntityParserCtxt 15882 third_party/libxml/src/testapi.c         ret_val = xmlCreateEntityParserCtxt((const xmlChar *)URL, (const xmlChar *)ID, (const xmlChar *)base);