Searched refs:notationName (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/lib/libexpat/tests/ |
| H A D | dummy.c | 95 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 D | dummy.h | 88 const XML_Char *notationName); 91 const XML_Char *notationName, 131 const XML_Char *notationName);
|
| H A D | handlers.h | 531 const XML_Char *notationName); 570 const XML_Char *notationName);
|
| H A D | handlers.c | 1738 const XML_Char *notationName) { in param_entity_match_handler() 1743 UNUSED_P(notationName); in param_entity_match_handler() 1868 const XML_Char *notationName) { in accumulate_entity_decl() 1875 UNUSED_P(notationName); in accumulate_entity_decl() 1736 param_entity_match_handler(void * userData,const XML_Char * entityName,int is_parameter_entity,const XML_Char * value,int value_length,const XML_Char * base,const XML_Char * systemId,const XML_Char * publicId,const XML_Char * notationName) param_entity_match_handler() argument 1866 accumulate_entity_decl(void * userData,const XML_Char * entityName,int is_parameter_entity,const XML_Char * value,int value_length,const XML_Char * base,const XML_Char * systemId,const XML_Char * publicId,const XML_Char * notationName) accumulate_entity_decl() argument
|
| /openbsd-src/lib/libexpat/lib/ |
| H A D | expat.h | 350 be non-NULL and systemId, publicID, and notationName will be NULL. 357 identifier was provided. The notationName argument will have a 367 const XML_Char *notationName); 378 entityName, systemId and notationName arguments will never be 384 const XML_Char *notationName); 387 whatever was set by XML_SetBase. The notationName will never be 391 const XML_Char *notationName,
|
| /openbsd-src/usr.sbin/unbound/smallapp/ |
| H A D | unbound-anchor.c | 1558 const XML_Char *ATTR_UNUSED(notationName)) in xml_entitydeclhandler() 1552 xml_entitydeclhandler(void * userData,const XML_Char * ATTR_UNUSED (entityName),int ATTR_UNUSED (is_parameter_entity),const XML_Char * ATTR_UNUSED (value),int ATTR_UNUSED (value_length),const XML_Char * ATTR_UNUSED (base),const XML_Char * ATTR_UNUSED (systemId),const XML_Char * ATTR_UNUSED (publicId),const XML_Char * ATTR_UNUSED (notationName)) xml_entitydeclhandler() argument
|