xmlCreateFileParserCtxt  242 third_party/libxml/src/DOCBparser.c     return (xmlCreateFileParserCtxt(filename));
xmlCreateFileParserCtxt 2367 third_party/libxml/src/elfgcchack.h #undef xmlCreateFileParserCtxt
xmlCreateFileParserCtxt 2368 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCreateFileParserCtxt) xmlCreateFileParserCtxt __attribute((alias("xmlCreateFileParserCtxt__internal_alias")));
xmlCreateFileParserCtxt 2370 third_party/libxml/src/elfgcchack.h #ifndef xmlCreateFileParserCtxt
xmlCreateFileParserCtxt 2371 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCreateFileParserCtxt) xmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
xmlCreateFileParserCtxt 2372 third_party/libxml/src/elfgcchack.h #define xmlCreateFileParserCtxt xmlCreateFileParserCtxt__internal_alias
xmlCreateFileParserCtxt  292 third_party/libxml/src/include/libxml/parserInternals.h 			xmlCreateFileParserCtxt	(const char *filename);
xmlCreateFileParserCtxt 13385 third_party/libxml/src/parser.c     ctxt = xmlCreateFileParserCtxt(filename);
xmlCreateFileParserCtxt 13608 third_party/libxml/src/parser.c     ctxt = xmlCreateFileParserCtxt(filename);
xmlCreateFileParserCtxt 13773 third_party/libxml/src/parser.c     ctxt = xmlCreateFileParserCtxt(filename);
xmlCreateFileParserCtxt 15920 third_party/libxml/src/testapi.c         ret_val = xmlCreateFileParserCtxt(filename);