Searched refs:getEntity (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/libxml2-26/libxml2/
H A DSAX.c54 hdlr->getEntity = xmlSAX2GetEntity;
102 hdlr->getEntity = xmlSAX2GetEntity;
149 hdlr->getEntity = xmlSAX2GetEntity;
H A Dlegacy.c109 "SAX function getEntity",
215 } else if (!strcmp(name, "SAX function getEntity")) {
216 *((getEntitySAXFunc *) result) = ctxt->sax->getEntity;
333 } else if (!strcmp(name, "SAX function getEntity")) {
334 ctxt->sax->getEntity = *((getEntitySAXFunc *) value);
927 * getEntity:
937 getEntity(void *ctx, const xmlChar * name) function
939 DEPRECATED("getEntity")
H A DSAX2.c2911 hdlr->getEntity = xmlSAX2GetEntity;
2987 hdlr->getEntity = xmlSAX2GetEntity;
3045 hdlr->getEntity = xmlSAX2GetEntity;
H A Dlibxml2.syms88 getEntity;
H A Dxmlreader.c1084 (ctxt->sax->getEntity != NULL)) {
1086 ctxt->sax->getEntity(ctxt, node->name);
1537 (reader->ctxt->sax->getEntity != NULL)) {
1539 reader->ctxt->sax->getEntity(reader->ctxt, reader->node->name);
H A Dparser.c5625 (ctxt->sax->getEntity != NULL))
5626 cur = ctxt->sax->getEntity(ctxt->userData, name);
7581 if (ctxt->sax->getEntity != NULL)
7582 ent = ctxt->sax->getEntity(ctxt->userData, name);
7777 if (ctxt->sax->getEntity != NULL)
7778 ent = ctxt->sax->getEntity(ctxt->userData, name);
H A Dxmlschemas.c28289 (ctxt->user_sax->getEntity != NULL))
28290 return(ctxt->user_sax->getEntity(ctxt->user_data, name));
28610 if (old_sax->getEntity != NULL)
28611 ret->schemas_sax.getEntity = getEntitySplit;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DSAX.c54 hdlr->getEntity = xmlSAX2GetEntity;
102 hdlr->getEntity = xmlSAX2GetEntity;
149 hdlr->getEntity = xmlSAX2GetEntity;
H A Dlegacy.c109 "SAX function getEntity",
215 } else if (!strcmp(name, "SAX function getEntity")) {
216 *((getEntitySAXFunc *) result) = ctxt->sax->getEntity;
333 } else if (!strcmp(name, "SAX function getEntity")) {
334 ctxt->sax->getEntity = *((getEntitySAXFunc *) value);
927 * getEntity:
937 getEntity(void *ctx, const xmlChar * name) function
939 DEPRECATED("getEntity")
H A DSAX2.c2773 hdlr->getEntity = xmlSAX2GetEntity;
2849 hdlr->getEntity = xmlSAX2GetEntity;
2907 hdlr->getEntity = xmlSAX2GetEntity;
H A Dlibxml2.syms88 getEntity;
H A Dxmlreader.c1068 (ctxt->sax->getEntity != NULL)) {
1070 ctxt->sax->getEntity(ctxt, node->name);
1522 (reader->ctxt->sax->getEntity != NULL)) {
1524 reader->ctxt->sax->getEntity(reader->ctxt, reader->node->name);
H A Dparser.c5229 (ctxt->sax->getEntity != NULL))
5230 cur = ctxt->sax->getEntity(ctxt->userData, name);
7157 if (ctxt->sax->getEntity != NULL)
7158 ent = ctxt->sax->getEntity(ctxt->userData, name);
7349 if (ctxt->sax->getEntity != NULL)
7350 ent = ctxt->sax->getEntity(ctxt->userData, name);
H A Dxmlschemas.c28208 (ctxt->user_sax->getEntity != NULL))
28209 return(ctxt->user_sax->getEntity(ctxt->user_data, name));
28529 if (old_sax->getEntity != NULL)
28530 ret->schemas_sax.getEntity = getEntitySplit;
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A DSAX.h57 getEntity (void *ctx,
H A Dparser.h725 getEntitySAXFunc getEntity; member in struct:_xmlSAXHandler
766 getEntitySAXFunc getEntity; member in struct:_xmlSAXHandlerV1
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DSAX.h57 getEntity (void *ctx,
H A Dparser.h722 getEntitySAXFunc getEntity; member in struct:_xmlSAXHandler
763 getEntitySAXFunc getEntity; member in struct:_xmlSAXHandlerV1
/macosx-10.9.5/WebCore-7537.78.1/xml/parser/
H A DXMLDocumentParserLibxml2.cpp1329 sax.getEntity = getEntityHandler;

Completed in 393 milliseconds