resolveEntity      53 third_party/libxml/src/SAX.c     hdlr->resolveEntity = xmlSAX2ResolveEntity;
resolveEntity     101 third_party/libxml/src/SAX.c     hdlr->resolveEntity = NULL;
resolveEntity     148 third_party/libxml/src/SAX.c     hdlr->resolveEntity = xmlSAX2ResolveEntity;
resolveEntity     401 third_party/libxml/src/SAX2.c 	if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL))
resolveEntity     402 third_party/libxml/src/SAX2.c 	    input = ctxt->sax->resolveEntity(ctxt->userData, ExternalID,
resolveEntity    2772 third_party/libxml/src/SAX2.c     hdlr->resolveEntity = xmlSAX2ResolveEntity;
resolveEntity    2848 third_party/libxml/src/SAX2.c     hdlr->resolveEntity = NULL;
resolveEntity    2906 third_party/libxml/src/SAX2.c     hdlr->resolveEntity = xmlSAX2ResolveEntity;
resolveEntity      63 third_party/libxml/src/include/libxml/SAX.h 		resolveEntity			(void *ctx,
resolveEntity     721 third_party/libxml/src/include/libxml/parser.h     resolveEntitySAXFunc resolveEntity;
resolveEntity     762 third_party/libxml/src/include/libxml/parser.h     resolveEntitySAXFunc resolveEntity;
resolveEntity     214 third_party/libxml/src/legacy.c         *((resolveEntitySAXFunc *) result) = ctxt->sax->resolveEntity;
resolveEntity     332 third_party/libxml/src/legacy.c         ctxt->sax->resolveEntity = *((resolveEntitySAXFunc *) value);
resolveEntity    12221 third_party/libxml/src/parser.c     if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL))
resolveEntity    12222 third_party/libxml/src/parser.c 	input = ctxt->sax->resolveEntity(ctxt->userData, ExternalID,
resolveEntity    28197 third_party/libxml/src/xmlschemas.c         (ctxt->user_sax->resolveEntity != NULL))
resolveEntity    28198 third_party/libxml/src/xmlschemas.c 	return(ctxt->user_sax->resolveEntity(ctxt->user_data, publicId,
resolveEntity    28527 third_party/libxml/src/xmlschemas.c         if (old_sax->resolveEntity != NULL)
resolveEntity    28528 third_party/libxml/src/xmlschemas.c             ret->schemas_sax.resolveEntity = resolveEntitySplit;