Searched refs:doctypeName (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/expat/tests/ |
H A D | 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()
|
H A D | dummy.h | 77 const XML_Char *doctypeName, 137 void *userData, const XML_Char *doctypeName, const XML_Char *sysid,
|
/freebsd/contrib/expat/xmlwf/ |
H A D | 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/contrib/expat/lib/ |
H A D | expat.h | 334 const XML_Char *doctypeName,
|