Searched refs:resolveEntity (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DSAX.c53 hdlr->resolveEntity = xmlSAX2ResolveEntity;
101 hdlr->resolveEntity = NULL;
148 hdlr->resolveEntity = xmlSAX2ResolveEntity;
H A DSAX.in.h63 resolveEntity (void *ctx,
H A Dlegacy.c108 "SAX function resolveEntity",
213 } else if (!strcmp(name, "SAX function resolveEntity")) {
214 *((resolveEntitySAXFunc *) result) = ctxt->sax->resolveEntity;
331 } else if (!strcmp(name, "SAX function resolveEntity")) {
332 ctxt->sax->resolveEntity = *((resolveEntitySAXFunc *) value);
904 * resolveEntity:
911 * - override this resolveEntity() callback in the SAX block
919 resolveEntity(void *ctx, const xmlChar * publicId, function
922 DEPRECATED("resolveEntity")
H A Dparser.in.h330 * - override this resolveEntity() callback in the SAX block
710 resolveEntitySAXFunc resolveEntity; member in struct:_xmlSAXHandler
751 resolveEntitySAXFunc resolveEntity; member in struct:_xmlSAXHandlerV1
H A DSAX2.c395 if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL))
396 input = ctxt->sax->resolveEntity(ctxt->userData, ExternalID,
2718 hdlr->resolveEntity = xmlSAX2ResolveEntity;
2794 hdlr->resolveEntity = NULL;
2852 hdlr->resolveEntity = xmlSAX2ResolveEntity;
H A Dparser.c11003 if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL))
11004 input = ctxt->sax->resolveEntity(ctxt->userData, ExternalID,
H A Dxmlschemas.c28102 (ctxt->user_sax->resolveEntity != NULL))
28103 return(ctxt->user_sax->resolveEntity(ctxt->user_data, publicId,
28432 if (old_sax->resolveEntity != NULL)
28433 ret->schemas_sax.resolveEntity = resolveEntitySplit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX.c53 hdlr->resolveEntity = xmlSAX2ResolveEntity;
101 hdlr->resolveEntity = NULL;
148 hdlr->resolveEntity = xmlSAX2ResolveEntity;
H A DSAX.in.h63 resolveEntity (void *ctx,
H A Dlegacy.c108 "SAX function resolveEntity",
213 } else if (!strcmp(name, "SAX function resolveEntity")) {
214 *((resolveEntitySAXFunc *) result) = ctxt->sax->resolveEntity;
331 } else if (!strcmp(name, "SAX function resolveEntity")) {
332 ctxt->sax->resolveEntity = *((resolveEntitySAXFunc *) value);
904 * resolveEntity:
911 * - override this resolveEntity() callback in the SAX block
919 resolveEntity(void *ctx, const xmlChar * publicId, function
922 DEPRECATED("resolveEntity")
H A Dparser.in.h330 * - override this resolveEntity() callback in the SAX block
710 resolveEntitySAXFunc resolveEntity; member in struct:_xmlSAXHandler
751 resolveEntitySAXFunc resolveEntity; member in struct:_xmlSAXHandlerV1
H A DSAX2.c395 if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL))
396 input = ctxt->sax->resolveEntity(ctxt->userData, ExternalID,
2718 hdlr->resolveEntity = xmlSAX2ResolveEntity;
2794 hdlr->resolveEntity = NULL;
2852 hdlr->resolveEntity = xmlSAX2ResolveEntity;
H A Dparser.c11003 if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL))
11004 input = ctxt->sax->resolveEntity(ctxt->userData, ExternalID,
H A Dxmlschemas.c28102 (ctxt->user_sax->resolveEntity != NULL))
28103 return(ctxt->user_sax->resolveEntity(ctxt->user_data, publicId,
28432 if (old_sax->resolveEntity != NULL)
28433 ret->schemas_sax.resolveEntity = resolveEntitySplit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DSAX.c53 hdlr->resolveEntity = xmlSAX2ResolveEntity;
101 hdlr->resolveEntity = NULL;
148 hdlr->resolveEntity = xmlSAX2ResolveEntity;
H A Dlegacy.c108 "SAX function resolveEntity",
213 } else if (!strcmp(name, "SAX function resolveEntity")) {
214 *((resolveEntitySAXFunc *) result) = ctxt->sax->resolveEntity;
331 } else if (!strcmp(name, "SAX function resolveEntity")) {
332 ctxt->sax->resolveEntity = *((resolveEntitySAXFunc *) value);
904 * resolveEntity:
911 * - override this resolveEntity() callback in the SAX block
919 resolveEntity(void *ctx, const xmlChar * publicId, function
922 DEPRECATED("resolveEntity")
H A DSAX2.c395 if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL))
396 input = ctxt->sax->resolveEntity(ctxt->userData, ExternalID,
2736 hdlr->resolveEntity = xmlSAX2ResolveEntity;
2812 hdlr->resolveEntity = NULL;
2870 hdlr->resolveEntity = xmlSAX2ResolveEntity;
H A Dparser.c11892 if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL))
11893 input = ctxt->sax->resolveEntity(ctxt->userData, ExternalID,
H A Dxmlschemas.c28125 (ctxt->user_sax->resolveEntity != NULL))
28126 return(ctxt->user_sax->resolveEntity(ctxt->user_data, publicId,
28455 if (old_sax->resolveEntity != NULL)
28456 ret->schemas_sax.resolveEntity = resolveEntitySplit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DSAX.h63 resolveEntity (void *ctx,
H A Dparser.h332 * - override this resolveEntity() callback in the SAX block
712 resolveEntitySAXFunc resolveEntity; member in struct:_xmlSAXHandler
753 resolveEntitySAXFunc resolveEntity; member in struct:_xmlSAXHandlerV1

Completed in 727 milliseconds