Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Ddummy.c75 dummy_start_doctype_handler(void *userData, const XML_Char *doctypeName, in dummy_start_doctype_handler() argument
79 UNUSED_P(doctypeName); in dummy_start_doctype_handler()
239 dummy_start_doctype_decl_handler(void *userData, const XML_Char *doctypeName, in dummy_start_doctype_decl_handler() argument
243 UNUSED_P(doctypeName); in dummy_start_doctype_decl_handler()
H A Ddummy.h75 const XML_Char *doctypeName,
135 void *userData, const XML_Char *doctypeName, const XML_Char *sysid,
/freebsd/contrib/expat/fuzz/
H A Dxml_lpm_fuzzer.cpp283 StartDoctypeDeclHandler(void *userData, const XML_Char *doctypeName, in StartDoctypeDeclHandler() argument
287 TouchString(doctypeName); in StartDoctypeDeclHandler()
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c330 startDoctypeDecl(void *userData, const XML_Char *doctypeName, in startDoctypeDecl() argument
337 data->currentDoctypeName = xcsdup(doctypeName); in startDoctypeDecl()
715 metaStartDoctypeDecl(void *userData, const XML_Char *doctypeName, in metaStartDoctypeDecl() argument
724 ftprintf(fp, T("<startdoctype name=\"%s\""), doctypeName); in metaStartDoctypeDecl()
/freebsd/contrib/expat/lib/
H A Dexpat.h339 const XML_Char *doctypeName,