Searched refs:xmlSAX2GetEntity (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A DSAX.c54 hdlr->getEntity = xmlSAX2GetEntity;
102 hdlr->getEntity = xmlSAX2GetEntity;
149 hdlr->getEntity = xmlSAX2GetEntity;
H A Dglobals.c361 xmlSAX2GetEntity,
412 xmlSAX2GetEntity,
450 xmlSAX2GetEntity,
H A DSAX2.c514 * xmlSAX2GetEntity:
523 xmlSAX2GetEntity(void *ctx, const xmlChar *name) function
531 "SAX.xmlSAX2GetEntity(%s)\n", name);
2718 hdlr->getEntity = xmlSAX2GetEntity;
2794 hdlr->getEntity = xmlSAX2GetEntity;
2852 hdlr->getEntity = xmlSAX2GetEntity;
H A Dlegacy.c932 * DEPRECATED: use xmlSAX2GetEntity()
940 return (xmlSAX2GetEntity(ctx, name));
H A Delfgcchack.h8715 #undef xmlSAX2GetEntity macro
8716 extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity __attribute((alias("xmlSAX2GetEntity__internal_alias")));
8718 #ifndef xmlSAX2GetEntity
8719 extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity__internal_alias __attribute((visibility("hidden")));
8720 #define xmlSAX2GetEntity xmlSAX2GetEntity__internal_alias macro
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DSAX2.h55 xmlSAX2GetEntity (void *ctx,

Completed in 118 milliseconds