Searched defs:notationName (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/expat/tests/ |
H A D | dummy.c | 95 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 D | handlers.c | 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
|
/freebsd-src/contrib/expat/xmlwf/ |
H A D | xmlwf.c | 79 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-src/contrib/unbound/smallapp/ |
H A D | unbound-anchor.c | 1541 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
|