| /third_party/libxml2/ |
| D | SAX.c | 59 hdlr->notationDecl = xmlSAX2NotationDecl; in initxmlDefaultSAXHandler() 107 hdlr->notationDecl = NULL; in inithtmlDefaultSAXHandler() 154 hdlr->notationDecl = NULL; in initdocbDefaultSAXHandler()
|
| D | legacy.c | 220 *((notationDeclSAXFunc *) result) = ctxt->sax->notationDecl; in xmlGetFeature() 338 ctxt->sax->notationDecl = *((notationDeclSAXFunc *) value); in xmlSetFeature() 1034 notationDecl(void *ctx, const xmlChar * name, in notationDecl() function
|
| D | SAX2.c | 2870 hdlr->notationDecl = xmlSAX2NotationDecl; in xmlSAXVersion() 2946 hdlr->notationDecl = NULL; in xmlSAX2InitHtmlDefaultSAXHandler() 3004 hdlr->notationDecl = NULL; in xmlSAX2InitDocbDefaultSAXHandler()
|
| D | libxml2.syms | 109 notationDecl;
|
| D | xmlschemas.c | 28628 (ctxt->user_sax->notationDecl != NULL)) in notationDeclSplit() 28629 ctxt->user_sax->notationDecl(ctxt->user_data, name, publicId, in notationDeclSplit() 28895 if (old_sax->notationDecl != NULL) in xmlSchemaSAXPlug() 28896 ret->schemas_sax.notationDecl = notationDeclSplit; in xmlSchemaSAXPlug()
|
| D | parser.c | 5382 (ctxt->sax->notationDecl != NULL)) in xmlParseNotationDecl() 5383 ctxt->sax->notationDecl(ctxt->userData, name, Pubid, Systemid); in xmlParseNotationDecl()
|
| /third_party/python/Lib/xml/sax/ |
| D | handler.py | 214 def notationDecl(self, name, publicId, systemId): member in DTDHandler
|
| D | saxutils.py | 293 def notationDecl(self, name, publicId, systemId): member in XMLFilterBase 294 self._dtd_handler.notationDecl(name, publicId, systemId)
|
| D | expatreader.py | 404 self._dtd_handler.notationDecl(name, pubid, sysid)
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | SAX.rpgle | 104 d notationDecl pr extproc('notationDecl')
|
| D | parser.rpgle | 735 d notationDecl like(notationDeclSAXFunc) 789 d notationDecl like(notationDeclSAXFunc)
|
| /third_party/libxml2/include/libxml/ |
| D | SAX.h | 88 notationDecl (void *ctx,
|
| D | parser.h | 729 notationDeclSAXFunc notationDecl; member 770 notationDeclSAXFunc notationDecl; member
|
| /third_party/skia/third_party/externals/expat/expat/xmlwf/ |
| D | xmlwf.c | 446 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() function 1224 XML_SetNotationDeclHandler(parser, notationDecl); in tmain()
|
| /third_party/libxml2/python/ |
| D | libxml.py | 230 def notationDecl(self, name, externalID, systemID): member in SAXCallback
|
| /third_party/python/Doc/library/ |
| D | xml.sax.handler.rst | 362 .. method:: DTDHandler.notationDecl(name, publicId, systemId)
|
| /third_party/python/Lib/test/ |
| D | test_sax.py | 952 def notationDecl(self, name, publicId, systemId): member in ExpatReaderTest.TestDTDHandler
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 435 notationDecl
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 96839 - hdlr->notationDecl = NULL; 121642 notationDecl (void *ctx, 126230 - NULL, /* notationDecl */ 126468 - fprintf(stdout, "SAX.notationDecl(%s, %s, %s)\n", 128019 - NULL, /* notationDecl */ 128327 - fprintf(stdout, "SAX.notationDecl(%s, %s, %s)\n",
|