xmlXIncludeNewContext 15410 third_party/libxml/src/elfgcchack.h #undef xmlXIncludeNewContext
xmlXIncludeNewContext 15411 third_party/libxml/src/elfgcchack.h extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext __attribute((alias("xmlXIncludeNewContext__internal_alias")));
xmlXIncludeNewContext 15413 third_party/libxml/src/elfgcchack.h #ifndef xmlXIncludeNewContext
xmlXIncludeNewContext 15414 third_party/libxml/src/elfgcchack.h extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext__internal_alias __attribute((visibility("hidden")));
xmlXIncludeNewContext 15415 third_party/libxml/src/elfgcchack.h #define xmlXIncludeNewContext xmlXIncludeNewContext__internal_alias
xmlXIncludeNewContext  114 third_party/libxml/src/include/libxml/xinclude.h 		xmlXIncludeNewContext	(xmlDocPtr doc);
xmlXIncludeNewContext  682 third_party/libxml/src/xinclude.c     newctxt = xmlXIncludeNewContext(doc);
xmlXIncludeNewContext 1943 third_party/libxml/src/xinclude.c 	newctxt = xmlXIncludeNewContext(ctxt->doc);
xmlXIncludeNewContext 2454 third_party/libxml/src/xinclude.c     ctxt = xmlXIncludeNewContext(tree->doc);
xmlXIncludeNewContext 2538 third_party/libxml/src/xinclude.c     ctxt = xmlXIncludeNewContext(tree->doc);
xmlXIncludeNewContext 1489 third_party/libxml/src/xmlreader.c 	    reader->xincctxt = xmlXIncludeNewContext(reader->ctxt->myDoc);