Home
last modified time | relevance | path

Searched refs:doctypeName (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/expat/tests/
HDdummy.c73 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()
HDdummy.h77 const XML_Char *doctypeName,
137 void *userData, const XML_Char *doctypeName, const XML_Char *sysid,
/freebsd-14-stable/contrib/expat/fuzz/
HDxml_lpm_fuzzer.cpp282 StartDoctypeDeclHandler(void *userData, const XML_Char *doctypeName, in StartDoctypeDeclHandler() argument
286 TouchString(doctypeName); in StartDoctypeDeclHandler()
/freebsd-14-stable/contrib/expat/xmlwf/
HDxmlwf.c323 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/
HDexpat.h334 const XML_Char *doctypeName,