Searched refs:isrequired (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/expat/tests/ |
| H A D | dummy.c | 138 const XML_Char *dflt, int isrequired) { in dummy_attlist_decl_handler() argument 144 UNUSED_P(isrequired); in dummy_attlist_decl_handler()
|
| H A D | dummy.h | 100 const XML_Char *att_type, const XML_Char *dflt, int isrequired);
|
| /freebsd/contrib/expat/fuzz/ |
| H A D | xml_lpm_fuzzer.cpp | 210 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 D | expat.h | 204 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);
|