Searched refs:notationName (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/expat/tests/ |
| H A D | dummy.c | 97 const XML_Char *notationName) { in dummy_entity_decl_handler() argument 106 UNUSED_P(notationName); in dummy_entity_decl_handler() 111 dummy_notation_decl_handler(void *userData, const XML_Char *notationName, in dummy_notation_decl_handler() argument 115 UNUSED_P(notationName); in dummy_notation_decl_handler() 221 const XML_Char *notationName) { in dummy_unparsed_entity_decl_handler() argument 227 UNUSED_P(notationName); in dummy_unparsed_entity_decl_handler()
|
| H A D | dummy.h | 90 const XML_Char *notationName); 93 const XML_Char *notationName, 133 const XML_Char *notationName);
|
| H A D | handlers.h | 540 const XML_Char *notationName); 583 const XML_Char *notationName);
|
| H A D | handlers.c | 1756 const XML_Char *notationName) { in param_entity_match_handler() argument 1761 UNUSED_P(notationName); in param_entity_match_handler() 1895 const XML_Char *notationName) { in accumulate_entity_decl() argument 1902 UNUSED_P(notationName); in accumulate_entity_decl()
|
| /freebsd/contrib/expat/xmlwf/ |
| H A D | xmlwf.c | 88 const XML_Char *notationName; member 346 free((void *)notationListHead->notationName); in freeNotations() 384 return xcscmp(n1->notationName, n2->notationName); in notationCmp() 441 fputts(notations[i]->notationName, data->fp); in endDoctypeDecl() 469 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() argument 480 entry->notationName = xcsdup(notationName); in notationDecl() 481 if (entry->notationName == NULL) { in notationDecl() 490 free((void *)entry->notationName); in notationDecl() 502 free((void *)entry->notationName); in notationDecl() 740 metaNotationDecl(void *userData, const XML_Char *notationName, in metaNotationDecl() argument [all …]
|
| /freebsd/contrib/expat/fuzz/ |
| H A D | xml_lpm_fuzzer.cpp | 302 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 D | expat.h | 371 const XML_Char *notationName); 388 const XML_Char *notationName); 395 const XML_Char *notationName,
|
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-anchor.c | 1587 const XML_Char *ATTR_UNUSED(notationName)) in xml_entitydeclhandler() argument
|