Home
last modified time | relevance | path

Searched refs:notationName (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmlwf.c77 const XML_Char *notationName; member
337 free((void *)notationListHead->notationName); in freeNotations()
375 return xcscmp(n1->notationName, n2->notationName); in notationCmp()
416 fputts(notations[i]->notationName, data->fp); in endDoctypeDecl()
446 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() argument
457 entry->notationName = xcsdup(notationName); in notationDecl()
458 if (entry->notationName == NULL) { in notationDecl()
467 free((void *)entry->notationName); in notationDecl()
479 free((void *)entry->notationName); in notationDecl()
710 metaNotationDecl(void *userData, const XML_Char *notationName, in metaNotationDecl() argument
[all …]
/third_party/libxml2/
DtestSAX.c536 const xmlChar *notationName) in unparsedEntityDeclDebug() argument
544 if (notationName == NULL) in unparsedEntityDeclDebug()
545 notationName = nullstr; in unparsedEntityDeclDebug()
551 (char *) notationName); in unparsedEntityDeclDebug()
DtestHTML.c316 const xmlChar *notationName) in unparsedEntityDeclDebug() argument
320 (char *) notationName); in unparsedEntityDeclDebug()
Dlegacy.c1055 const xmlChar * notationName) in unparsedEntityDecl() argument
1059 notationName); in unparsedEntityDecl()
Dxmllint.c1166 const xmlChar *notationName) in unparsedEntityDeclDebug() argument
1174 if (notationName == NULL) in unparsedEntityDeclDebug()
1175 notationName = nullstr; in unparsedEntityDeclDebug()
1181 (char *) notationName); in unparsedEntityDeclDebug()
DSAX2.c872 const xmlChar *notationName) in xmlSAX2UnparsedEntityDecl() argument
880 name, publicId, systemId, notationName); in xmlSAX2UnparsedEntityDecl()
885 publicId, systemId, notationName); in xmlSAX2UnparsedEntityDecl()
905 publicId, systemId, notationName); in xmlSAX2UnparsedEntityDecl()
/third_party/skia/third_party/externals/expat/expat/lib/
Dexpat.h348 const XML_Char *notationName);
365 const XML_Char *notationName);
372 const XML_Char *notationName,
/third_party/python/Modules/expat/
Dexpat.h348 const XML_Char *notationName);
365 const XML_Char *notationName);
372 const XML_Char *notationName,
/third_party/python/Lib/xml/dom/
Dexpatbuilder.py306 base, systemId, publicId, notationName): argument
313 systemId, notationName)
323 def notation_decl_handler(self, notationName, base, systemId, publicId): argument
324 node = self.document._create_notation(notationName, publicId, systemId)
680 if entity.notationName:
681 s = "%s NOTATION %s" % (s, entity.notationName)
Dminidom.py1341 e.notationName)
1377 self.notationName = notation
1729 def _create_entity(self, name, publicId, systemId, notationName): argument
1730 e = Entity(name, publicId, systemId, notationName)
1947 e.notationName)
/third_party/python/Modules/
Dpyexpat.c484 const XML_Char *notationName),
488 string_intern(self, notationName)))
499 const XML_Char *notationName),
505 string_intern(self, notationName)))
614 const XML_Char *notationName,
619 string_intern(self, notationName), string_intern(self, base),
/third_party/libxml2/include/libxml/
DSAX.h97 const xmlChar *notationName);
DSAX2.h95 const xmlChar *notationName);
Dvalid.h383 const xmlChar *notationName);
Dparser.h479 const xmlChar *notationName);
/third_party/skia/src/xml/
DSkXMLParser.cpp125 const XML_Char *notationName) { in entity_decl_handler() argument
/third_party/flutter/skia/src/xml/
DSkXMLParser.cpp123 const XML_Char *notationName) { in entity_decl_handler() argument
/third_party/python/Doc/library/
Dpyexpat.rst378 .. method:: xmlparser.UnparsedEntityDeclHandler(entityName, base, systemId, publicId, notationName)
386 …r.EntityDeclHandler(entityName, is_parameter_entity, value, base, systemId, publicId, notationName)
390 be ``None`` for external entities. The *notationName* parameter will be
398 .. method:: xmlparser.NotationDeclHandler(notationName, base, systemId, publicId)
400 Called for notation declarations. *notationName*, *base*, and *systemId*, and
/third_party/libxml2/os400/libxmlrpg/
DSAX.rpgle116 d notationName * value options(*string) const xmlChar *
DSAX2.rpgle127 d notationName * value options(*string) xmlChar *
/third_party/python/Lib/test/
Dtest_minidom.py742 and ce.notationName == se.notationName
1577 self.assertEqual(e1.notationName, e2.notationName)
/third_party/libxml2/python/
Dlibxml.py244 def entityDecl(self, name, publicId, systemID, notationName): argument
/third_party/skia/src/ports/
DSkFontMgr_config_parser.cpp468 const XML_Char *notationName) in xml_entity_decl_handler() argument
/third_party/flutter/skia/src/ports/
DSkFontMgr_config_parser.cpp468 const XML_Char *notationName) in xml_entity_decl_handler() argument
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c236 const XML_Char *notationName) { in dummy_entity_decl_handler() argument
245 UNUSED_P(notationName); in dummy_entity_decl_handler()
250 dummy_notation_decl_handler(void *userData, const XML_Char *notationName, in dummy_notation_decl_handler() argument
254 UNUSED_P(notationName); in dummy_notation_decl_handler()
360 const XML_Char *notationName) { in dummy_unparsed_entity_decl_handler() argument
366 UNUSED_P(notationName); in dummy_unparsed_entity_decl_handler()
451 const XML_Char *notationName) { in param_entity_match_handler() argument
456 UNUSED_P(notationName); in param_entity_match_handler()
6053 const XML_Char *notationName) { in accumulate_entity_decl() argument
6060 UNUSED_P(notationName); in accumulate_entity_decl()

12