Home
last modified time | relevance | path

Searched refs:isrequired (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/expat/tests/
H A Ddummy.c138 const XML_Char *dflt, int isrequired) { in dummy_attlist_decl_handler() argument
144 UNUSED_P(isrequired); in dummy_attlist_decl_handler()
H A Ddummy.h100 const XML_Char *att_type, const XML_Char *dflt, int isrequired);
/freebsd/contrib/expat/fuzz/
H A Dxml_lpm_fuzzer.cpp210 const XML_Char *dflt, int isrequired) { in AttlistDeclHandler()
216 (void)isrequired; in AttlistDeclHandler()
209 AttlistDeclHandler(void * userData,const XML_Char * elname,const XML_Char * attname,const XML_Char * atttype,const XML_Char * dflt,int isrequired) AttlistDeclHandler() argument
/freebsd/contrib/expat/lib/
H A Dexpat.h204 keyword. The "isrequired" parameter will be true and the default
205 value will be NULL in the case of "#REQUIRED". If "isrequired" is
210 const XML_Char *att_type, const XML_Char *dflt, int isrequired);