Searched refs:notationName (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/mit/expat/dist/xmlwf/ |
H A D | xmlwf.c | 77 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 …]
|
/netbsd-src/external/mit/expat/dist/lib/ |
H A D | expat.h | 348 const XML_Char *notationName); 365 const XML_Char *notationName); 372 const XML_Char *notationName,
|
/netbsd-src/external/mit/expat/dist/tests/ |
H A D | runtests.c | 237 const XML_Char *notationName) { in dummy_entity_decl_handler() argument 246 UNUSED_P(notationName); in dummy_entity_decl_handler() 251 dummy_notation_decl_handler(void *userData, const XML_Char *notationName, in dummy_notation_decl_handler() argument 255 UNUSED_P(notationName); in dummy_notation_decl_handler() 361 const XML_Char *notationName) { in dummy_unparsed_entity_decl_handler() argument 367 UNUSED_P(notationName); in dummy_unparsed_entity_decl_handler() 452 const XML_Char *notationName) { in param_entity_match_handler() argument 457 UNUSED_P(notationName); in param_entity_match_handler() 6253 const XML_Char *notationName) { in accumulate_entity_decl() argument 6260 UNUSED_P(notationName); in accumulate_entity_decl()
|
/netbsd-src/external/bsd/unbound/dist/smallapp/ |
H A D | unbound-anchor.c | 1548 const XML_Char *ATTR_UNUSED(notationName)) in xml_entitydeclhandler() argument
|