xmlInitParserCtxt 4573 third_party/libxml/src/elfgcchack.h #undef xmlInitParserCtxt
xmlInitParserCtxt 4574 third_party/libxml/src/elfgcchack.h extern __typeof (xmlInitParserCtxt) xmlInitParserCtxt __attribute((alias("xmlInitParserCtxt__internal_alias")));
xmlInitParserCtxt 4576 third_party/libxml/src/elfgcchack.h #ifndef xmlInitParserCtxt
xmlInitParserCtxt 4577 third_party/libxml/src/elfgcchack.h extern __typeof (xmlInitParserCtxt) xmlInitParserCtxt__internal_alias __attribute((visibility("hidden")));
xmlInitParserCtxt 4578 third_party/libxml/src/elfgcchack.h #define xmlInitParserCtxt xmlInitParserCtxt__internal_alias
xmlInitParserCtxt  976 third_party/libxml/src/include/libxml/parser.h 		xmlInitParserCtxt	(xmlParserCtxtPtr ctxt);
xmlInitParserCtxt 1869 third_party/libxml/src/parserInternals.c     if (xmlInitParserCtxt(ctxt) < 0) {
xmlInitParserCtxt 13324 third_party/libxml/src/testapi.c         ret_val = xmlInitParserCtxt(ctxt);