Home
last modified time | relevance | path

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

/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/python/Modules/expat/
Dexpat.h348 const XML_Char *notationName);
365 const XML_Char *notationName);
372 const XML_Char *notationName,
/third_party/skia/third_party/externals/expat/expat/lib/
Dexpat.h349 const XML_Char *notationName);
366 const XML_Char *notationName);
373 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/skia/src/xml/
DSkXMLParser.cpp125 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/python/Lib/test/
Dtest_minidom.py742 and ce.notationName == se.notationName
1577 self.assertEqual(e1.notationName, e2.notationName)
Dtest_pyexpat.py125 entityName, base, systemId, publicId, notationName = args
/third_party/skia/src/ports/
DSkFontMgr_config_parser.cpp469 const XML_Char *notationName) in xml_entity_decl_handler() argument
DSkFontMgr_android_parser.cpp628 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()
6125 const XML_Char *notationName) { in accumulate_entity_decl() argument
6132 UNUSED_P(notationName); in accumulate_entity_decl()
/third_party/chromium/patch/
D0001-cve.patch121652 const xmlChar *notationName);
126478 - * @notationName: the name of the notation
126485 - const xmlChar *notationName)
126489 - (char *) notationName);
128337 - * @notationName: the name of the notation
128344 - const xmlChar *notationName)
128352 - if (notationName == NULL)
128353 - notationName = nullstr;
128359 - (char *) notationName);