xmlCreatePushParserCtxt  158 third_party/libxml/src/DOCBparser.c     return(xmlCreatePushParserCtxt(sax, user_data, chunk, size, filename));
xmlCreatePushParserCtxt 2408 third_party/libxml/src/elfgcchack.h #undef xmlCreatePushParserCtxt
xmlCreatePushParserCtxt 2409 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt __attribute((alias("xmlCreatePushParserCtxt__internal_alias")));
xmlCreatePushParserCtxt 2411 third_party/libxml/src/elfgcchack.h #ifndef xmlCreatePushParserCtxt
xmlCreatePushParserCtxt 2412 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
xmlCreatePushParserCtxt 2413 third_party/libxml/src/elfgcchack.h #define xmlCreatePushParserCtxt xmlCreatePushParserCtxt__internal_alias
xmlCreatePushParserCtxt 1012 third_party/libxml/src/include/libxml/parser.h 		xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax,
xmlCreatePushParserCtxt 1828 third_party/libxml/src/runtest.c     ctxt = xmlCreatePushParserCtxt(NULL, NULL, base + cur, 4, filename);
xmlCreatePushParserCtxt 1027 third_party/libxml/src/testSAX.c 		    ctxt = xmlCreatePushParserCtxt(emptySAXHandler, NULL,
xmlCreatePushParserCtxt 1057 third_party/libxml/src/testSAX.c 		    ctxt = xmlCreatePushParserCtxt(debugSAX2Handler, NULL,
xmlCreatePushParserCtxt 1060 third_party/libxml/src/testSAX.c 		    ctxt = xmlCreatePushParserCtxt(debugSAXHandler, NULL,
xmlCreatePushParserCtxt 12735 third_party/libxml/src/testapi.c         ret_val = xmlCreatePushParserCtxt(sax, user_data, (const char *)chunk, size, filename);
xmlCreatePushParserCtxt 2261 third_party/libxml/src/xmllint.c 		    ctxt = xmlCreatePushParserCtxt(NULL, NULL,
xmlCreatePushParserCtxt 2098 third_party/libxml/src/xmlreader.c 	ret->ctxt = xmlCreatePushParserCtxt(ret->sax, NULL,
xmlCreatePushParserCtxt 2103 third_party/libxml/src/xmlreader.c 	ret->ctxt = xmlCreatePushParserCtxt(ret->sax, NULL, NULL, 0, URI);
xmlCreatePushParserCtxt 5007 third_party/libxml/src/xmlreader.c                 reader->ctxt = xmlCreatePushParserCtxt(reader->sax, NULL,
xmlCreatePushParserCtxt 5013 third_party/libxml/src/xmlreader.c                     xmlCreatePushParserCtxt(reader->sax, NULL, NULL, 0, URL);
xmlCreatePushParserCtxt  370 third_party/libxml/src/xmlwriter.c     ctxt = xmlCreatePushParserCtxt(&saxHandler, NULL, NULL, 0, NULL);
xmlCreatePushParserCtxt  439 third_party/libxml/src/xmlwriter.c     ctxt = xmlCreatePushParserCtxt(&saxHandler, NULL, NULL, 0, NULL);