Home
last modified time | relevance | path

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

/freebsd/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.c1739 const XML_Char *notationName) { in param_entity_match_handler() argument
1744 UNUSED_P(notationName); in param_entity_match_handler()
1878 const XML_Char *notationName) { in accumulate_entity_decl() argument
1885 UNUSED_P(notationName); in accumulate_entity_decl()
/freebsd/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()
448 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() argument
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()
712 metaNotationDecl(void *userData, const XML_Char *notationName, in metaNotationDecl() argument
[all …]
/freebsd/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/contrib/expat/lib/
H A Dexpat.h351 be non-NULL and systemId, publicID, and notationName will be NULL.
358 identifier was provided. The notationName argument will have a
368 const XML_Char *notationName);
379 entityName, systemId and notationName arguments will never be
385 const XML_Char *notationName);
388 whatever was set by XML_SetBase. The notationName will never be
392 const XML_Char *notationName,
/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c1553 const XML_Char *ATTR_UNUSED(notationName)) in xml_entitydeclhandler() argument