Home
last modified time | relevance | path

Searched refs:notationName (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/expat/tests/
H A Ddummy.c95 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 Ddummy.h88 const XML_Char *notationName);
91 const XML_Char *notationName,
131 const XML_Char *notationName);
H A Dhandlers.h538 const XML_Char *notationName);
581 const XML_Char *notationName);
H A Dhandlers.c1754 const XML_Char *notationName) { in param_entity_match_handler()
1759 UNUSED_P(notationName); in param_entity_match_handler()
1893 const XML_Char *notationName) { in accumulate_entity_decl()
1900 UNUSED_P(notationName); in accumulate_entity_decl()
1753 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
1892 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.c86 const XML_Char *notationName;
344 free((void *)notationListHead->notationName); in freeNotations()
382 return xcscmp(n1->notationName, n2->notationName);
439 fputts(notations[i]->notationName, data->fp); in endDoctypeDecl()
467 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl()
478 entry->notationName = xcsdup(notationName); in notationDecl()
479 if (entry->notationName == NULL) { in notationDecl()
488 free((void *)entry->notationName); in notationDecl()
81 const XML_Char *notationName; global() member
449 notationDecl(void * userData,const XML_Char * notationName,const XML_Char * base,const XML_Char * systemId,const XML_Char * publicId) notationDecl() argument
711 metaNotationDecl(void * userData,const XML_Char * notationName,const XML_Char * base,const XML_Char * systemId,const XML_Char * publicId) metaNotationDecl() argument
734 metaEntityDecl(void * userData,const XML_Char * entityName,int is_param,const XML_Char * value,int value_length,const XML_Char * base,const XML_Char * systemId,const XML_Char * publicId,const XML_Char * notationName) metaEntityDecl() argument
[all...]
/freebsd/contrib/expat/fuzz/
H A Dxml_lpm_fuzzer.cpp302 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 Dexpat.h352 be non-NULL and systemId, publicID, and notationName will be NULL.
359 identifier was provided. The notationName argument will have a
369 const XML_Char *notationName);
380 entityName, systemId and notationName arguments will never be
386 const XML_Char *notationName);
389 whatever was set by XML_SetBase. The notationName will never be
393 const XML_Char *notationName,
/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c1553 const XML_Char *ATTR_UNUSED(notationName)) in xml_entitydeclhandler() argument