Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/expat/tests/
H A Ddummy.c95 const XML_Char *notationName) { in dummy_entity_decl_handler() argument
104 UNUSED_P(notationName); in dummy_entity_decl_handler()
109 dummy_notation_decl_handler(void *userData, const XML_Char *notationName, in dummy_notation_decl_handler() argument
113 UNUSED_P(notationName); in dummy_notation_decl_handler()
219 const XML_Char *notationName) { in dummy_unparsed_entity_decl_handler() argument
225 UNUSED_P(notationName); in dummy_unparsed_entity_decl_handler()
H A Ddummy.h88 const XML_Char *notationName);
91 const XML_Char *notationName,
131 const XML_Char *notationName);
H A Dhandlers.h532 const XML_Char *notationName);
575 const XML_Char *notationName);
H A Dhandlers.c1738 const XML_Char *notationName) { in param_entity_match_handler() argument
1743 UNUSED_P(notationName); in param_entity_match_handler()
1877 const XML_Char *notationName) { in accumulate_entity_decl() argument
1884 UNUSED_P(notationName); in accumulate_entity_decl()
/freebsd-14.2/contrib/expat/xmlwf/
H A Dxmlwf.c79 const XML_Char *notationName; member
339 free((void *)notationListHead->notationName); in freeNotations()
377 return xcscmp(n1->notationName, n2->notationName); in notationCmp()
418 fputts(notations[i]->notationName, data->fp); in endDoctypeDecl()
459 entry->notationName = xcsdup(notationName); in notationDecl()
460 if (entry->notationName == NULL) { in notationDecl()
469 free((void *)entry->notationName); in notationDecl()
481 free((void *)entry->notationName); in notationDecl()
735 const XML_Char *notationName) { in metaEntityDecl() argument
748 } else if (notationName) { in metaEntityDecl()
[all …]
/freebsd-14.2/contrib/expat/fuzz/
H A Dxml_lpm_fuzzer.cpp302 const XML_Char *notationName) { in EntityDeclHandler() argument
310 TouchString(notationName); in EntityDeclHandler()
314 NotationDeclHandler(void *userData, const XML_Char *notationName, in NotationDeclHandler() argument
318 TouchString(notationName); in NotationDeclHandler()
/freebsd-14.2/contrib/expat/lib/
H A Dexpat.h367 const XML_Char *notationName);
384 const XML_Char *notationName);
391 const XML_Char *notationName,
/freebsd-14.2/contrib/unbound/smallapp/
H A Dunbound-anchor.c1547 const XML_Char *ATTR_UNUSED(notationName)) in xml_entitydeclhandler() argument