Home
last modified time | relevance | path

Searched refs:unparsedEntityDecl (Results 1 – 25 of 27) sorted by relevance

12

/third_party/libxml2/
DSAX.c60 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl; in initxmlDefaultSAXHandler()
108 hdlr->unparsedEntityDecl = NULL; in inithtmlDefaultSAXHandler()
155 hdlr->unparsedEntityDecl = NULL; in initdocbDefaultSAXHandler()
Dlegacy.c227 ctxt->sax->unparsedEntityDecl; in xmlGetFeature()
344 ctxt->sax->unparsedEntityDecl = in xmlSetFeature()
1053 unparsedEntityDecl(void *ctx, const xmlChar * name, in unparsedEntityDecl() function
DSAX2.c2871 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl; in xmlSAXVersion()
2947 hdlr->unparsedEntityDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler()
3005 hdlr->unparsedEntityDecl = NULL; in xmlSAX2InitDocbDefaultSAXHandler()
Dlibxml2.syms117 unparsedEntityDecl;
Dxmlschemas.c28640 (ctxt->user_sax->unparsedEntityDecl != NULL)) in unparsedEntityDeclSplit()
28641 ctxt->user_sax->unparsedEntityDecl(ctxt->user_data, name, publicId, in unparsedEntityDeclSplit()
28901 if (old_sax->unparsedEntityDecl != NULL) in xmlSchemaSAXPlug()
28902 ret->schemas_sax.unparsedEntityDecl = unparsedEntityDeclSplit; in xmlSchemaSAXPlug()
/third_party/gettext/gnulib-local/lib/libxml/
DSAX.c88 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl; in initxmlDefaultSAXHandler()
136 hdlr->unparsedEntityDecl = NULL; in inithtmlDefaultSAXHandler()
183 hdlr->unparsedEntityDecl = NULL; in initdocbDefaultSAXHandler()
Dlegacy.c256 ctxt->sax->unparsedEntityDecl; in xmlGetFeature()
373 ctxt->sax->unparsedEntityDecl = in xmlSetFeature()
1082 unparsedEntityDecl(void *ctx, const xmlChar * name, in unparsedEntityDecl() function
DSAX.in.h121 unparsedEntityDecl (void *ctx,
Dparser.in.h759 unparsedEntityDeclSAXFunc unparsedEntityDecl; member
800 unparsedEntityDeclSAXFunc unparsedEntityDecl; member
DSAX2.c2924 hdlr->unparsedEntityDecl = xmlSAX2UnparsedEntityDecl; in xmlSAXVersion()
3000 hdlr->unparsedEntityDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler()
3058 hdlr->unparsedEntityDecl = NULL; in xmlSAX2InitDocbDefaultSAXHandler()
Dxmlschemas.c28471 (ctxt->user_sax->unparsedEntityDecl != NULL)) in unparsedEntityDeclSplit()
28472 ctxt->user_sax->unparsedEntityDecl(ctxt->user_data, name, publicId, in unparsedEntityDeclSplit()
28732 if (old_sax->unparsedEntityDecl != NULL) in xmlSchemaSAXPlug()
28733 ret->schemas_sax.unparsedEntityDecl = unparsedEntityDeclSplit; in xmlSchemaSAXPlug()
Dparser.c5522 (ctxt->sax->unparsedEntityDecl != NULL)) in xmlParseEntityDecl()
5523 ctxt->sax->unparsedEntityDecl(ctxt->userData, name, in xmlParseEntityDecl()
/third_party/libxml2/result/
Dent2.sax7 SAX.unparsedEntityDecl(image, (null), img.gif, GIF)
Dent2.sax27 SAX.unparsedEntityDecl(image, (null), img.gif, GIF)
/third_party/libxml2/result/noent/
Dent2.sax27 SAX.unparsedEntityDecl(image, (null), img.gif, GIF)
/third_party/python/Lib/xml/sax/
Dhandler.py217 def unparsedEntityDecl(self, name, publicId, systemId, ndata): member in DTDHandler
Dsaxutils.py296 def unparsedEntityDecl(self, name, publicId, systemId, ndata): member in XMLFilterBase
297 self._dtd_handler.unparsedEntityDecl(name, publicId, systemId, ndata)
Dexpatreader.py401 self._dtd_handler.unparsedEntityDecl(name, pubid, sysid, notation_name)
/third_party/libxml2/include/libxml/
DSAX.h93 unparsedEntityDecl (void *ctx,
Dparser.h732 unparsedEntityDeclSAXFunc unparsedEntityDecl; member
773 unparsedEntityDeclSAXFunc unparsedEntityDecl; member
/third_party/libxml2/os400/libxmlrpg/
DSAX.rpgle110 d unparsedEntityDecl...
111 d pr extproc('unparsedEntityDecl')
Dparser.rpgle738 d unparsedEntityDecl...
792 d unparsedEntityDecl...
/third_party/python/Doc/library/
Dxml.sax.handler.rst367 .. method:: DTDHandler.unparsedEntityDecl(name, publicId, systemId, ndata)
/third_party/python/Lib/test/
Dtest_sax.py955 def unparsedEntityDecl(self, name, publicId, systemId, ndata): member in ExpatReaderTest.TestDTDHandler
/third_party/libxml2/win32/
Dlibxml2.def.src443 unparsedEntityDecl

12