xmlSAX2GetEntity   54 third_party/libxml/src/SAX.c     hdlr->getEntity = xmlSAX2GetEntity;
xmlSAX2GetEntity  102 third_party/libxml/src/SAX.c     hdlr->getEntity = xmlSAX2GetEntity;
xmlSAX2GetEntity  149 third_party/libxml/src/SAX.c     hdlr->getEntity = xmlSAX2GetEntity;
xmlSAX2GetEntity 2773 third_party/libxml/src/SAX2.c     hdlr->getEntity = xmlSAX2GetEntity;
xmlSAX2GetEntity 2849 third_party/libxml/src/SAX2.c     hdlr->getEntity = xmlSAX2GetEntity;
xmlSAX2GetEntity 2907 third_party/libxml/src/SAX2.c     hdlr->getEntity = xmlSAX2GetEntity;
xmlSAX2GetEntity 8815 third_party/libxml/src/elfgcchack.h #undef xmlSAX2GetEntity
xmlSAX2GetEntity 8816 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity __attribute((alias("xmlSAX2GetEntity__internal_alias")));
xmlSAX2GetEntity 8818 third_party/libxml/src/elfgcchack.h #ifndef xmlSAX2GetEntity
xmlSAX2GetEntity 8819 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity__internal_alias __attribute((visibility("hidden")));
xmlSAX2GetEntity 8820 third_party/libxml/src/elfgcchack.h #define xmlSAX2GetEntity xmlSAX2GetEntity__internal_alias
xmlSAX2GetEntity  390 third_party/libxml/src/globals.c     xmlSAX2GetEntity,
xmlSAX2GetEntity  441 third_party/libxml/src/globals.c     xmlSAX2GetEntity,
xmlSAX2GetEntity  479 third_party/libxml/src/globals.c     xmlSAX2GetEntity,
xmlSAX2GetEntity   55 third_party/libxml/src/include/libxml/SAX2.h 		xmlSAX2GetEntity		(void *ctx,
xmlSAX2GetEntity  940 third_party/libxml/src/legacy.c         return (xmlSAX2GetEntity(ctx, name));
xmlSAX2GetEntity 5306 third_party/libxml/src/parser.c 		    cur = xmlSAX2GetEntity(ctxt, name);
xmlSAX2GetEntity 7243 third_party/libxml/src/parser.c 	    ent = xmlSAX2GetEntity(ctxt, name);
xmlSAX2GetEntity 7435 third_party/libxml/src/parser.c 	    ent = xmlSAX2GetEntity(ctxt, name);
xmlSAX2GetEntity 4321 third_party/libxml/src/testapi.c         ret_val = xmlSAX2GetEntity(ctx, (const xmlChar *)name);