Home
last modified time | relevance | path

Searched defs:notationName (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/expat/tests/
H A Ddummy.c95 const XML_Char *notationName) { in dummy_entity_decl_handler()
109 dummy_notation_decl_handler(void *userData, const XML_Char *notationName, in dummy_notation_decl_handler()
219 const XML_Char *notationName) { in dummy_unparsed_entity_decl_handler()
H A Dhandlers.c1736 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
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c79 const XML_Char *notationName; member
448 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl()
712 metaNotationDecl(void *userData, const XML_Char *notationName, in metaNotationDecl()
735 const XML_Char *notationName) { in metaEntityDecl()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c1547 const XML_Char *ATTR_UNUSED(notationName)) in xml_entitydeclhandler()