Home
last modified time | relevance | path

Searched refs:xmlSAX2GetEntity (Results 1 – 13 of 13) sorted by relevance

/third_party/libxml2/
DSAX.c54 hdlr->getEntity = xmlSAX2GetEntity; in initxmlDefaultSAXHandler()
102 hdlr->getEntity = xmlSAX2GetEntity; in inithtmlDefaultSAXHandler()
149 hdlr->getEntity = xmlSAX2GetEntity; in initdocbDefaultSAXHandler()
Dglobals.c383 xmlSAX2GetEntity,
434 xmlSAX2GetEntity,
472 xmlSAX2GetEntity,
DSAX2.c556 xmlSAX2GetEntity(void *ctx, const xmlChar *name) in xmlSAX2GetEntity() function
2865 hdlr->getEntity = xmlSAX2GetEntity; in xmlSAXVersion()
2941 hdlr->getEntity = xmlSAX2GetEntity; in xmlSAX2InitHtmlDefaultSAXHandler()
2999 hdlr->getEntity = xmlSAX2GetEntity; in xmlSAX2InitDocbDefaultSAXHandler()
Dlegacy.c940 return (xmlSAX2GetEntity(ctx, name)); in getEntity()
Dlibxml2.syms1497 xmlSAX2GetEntity;
Delfgcchack.h8963 #undef xmlSAX2GetEntity
8964 extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity __attribute((alias("xmlSAX2GetEntity__internal_…
8966 #ifndef xmlSAX2GetEntity
8967 extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity__internal_alias __attribute((visibility("hidden…
8968 #define xmlSAX2GetEntity xmlSAX2GetEntity__internal_alias macro
Dparser.c5641 cur = xmlSAX2GetEntity(ctxt, name); in xmlParseEntityDecl()
7585 ent = xmlSAX2GetEntity(ctxt, name); in xmlParseEntityRef()
7780 ent = xmlSAX2GetEntity(ctxt, name); in xmlParseStringEntityRef()
DNEWS350 Don't load external entity from xmlSAX2GetEntity (Nick Wellnhofer),
Dtestapi.c4341 ret_val = xmlSAX2GetEntity(ctx, (const xmlChar *)name); in test_xmlSAX2GetEntity()
/third_party/libxml2/include/libxml/
DSAX2.h55 xmlSAX2GetEntity (void *ctx,
/third_party/libxml2/os400/libxmlrpg/
DSAX2.rpgle69 d xmlSAX2GetEntity...
70 d pr extproc('xmlSAX2GetEntity')
/third_party/libxml2/win32/
Dlibxml2.def.src1574 xmlSAX2GetEntity
/third_party/chromium/patch/
D0001-cve.patch96013 + Don't load external entity from xmlSAX2GetEntity (Nick Wellnhofer),
96834 - hdlr->getEntity = xmlSAX2GetEntity;
109936 -#undef xmlSAX2GetEntity
109937 -extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity __attribute((alias("xmlSAX2GetEntity__internal…
109939 -#ifndef xmlSAX2GetEntity
109940 -extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity__internal_alias __attribute((visibility("hidde…
109941 -#define xmlSAX2GetEntity xmlSAX2GetEntity__internal_alias
121306 - xmlSAX2GetEntity,