Searched refs:doctypeName (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/contrib/expat/tests/ |
| HD | dummy.c | 73 dummy_start_doctype_handler(void *userData, const XML_Char *doctypeName, in dummy_start_doctype_handler() argument 77 UNUSED_P(doctypeName); in dummy_start_doctype_handler() 237 dummy_start_doctype_decl_handler(void *userData, const XML_Char *doctypeName, in dummy_start_doctype_decl_handler() argument 241 UNUSED_P(doctypeName); in dummy_start_doctype_decl_handler()
|
| HD | dummy.h | 77 const XML_Char *doctypeName, 137 void *userData, const XML_Char *doctypeName, const XML_Char *sysid,
|
| /freebsd-14-stable/contrib/expat/fuzz/ |
| HD | xml_lpm_fuzzer.cpp | 282 StartDoctypeDeclHandler(void *userData, const XML_Char *doctypeName, in StartDoctypeDeclHandler() argument 286 TouchString(doctypeName); in StartDoctypeDeclHandler()
|
| /freebsd-14-stable/contrib/expat/xmlwf/ |
| HD | xmlwf.c | 323 startDoctypeDecl(void *userData, const XML_Char *doctypeName, in startDoctypeDecl() argument 330 data->currentDoctypeName = xcsdup(doctypeName); in startDoctypeDecl() 687 metaStartDoctypeDecl(void *userData, const XML_Char *doctypeName, in metaStartDoctypeDecl() argument 696 ftprintf(fp, T("<startdoctype name=\"%s\""), doctypeName); in metaStartDoctypeDecl()
|
| /freebsd-14-stable/contrib/expat/lib/ |
| HD | expat.h | 334 const XML_Char *doctypeName,
|