Searched refs:doctypeName (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/mit/expat/dist/xmlwf/ |
| H A D | xmlwf.c | 321 startDoctypeDecl(void *userData, const XML_Char *doctypeName, in startDoctypeDecl() argument 328 data->currentDoctypeName = xcsdup(doctypeName); in startDoctypeDecl() 685 metaStartDoctypeDecl(void *userData, const XML_Char *doctypeName, in metaStartDoctypeDecl() argument 694 ftprintf(fp, T("<startdoctype name=\"%s\""), doctypeName); in metaStartDoctypeDecl()
|
| /netbsd-src/external/mit/expat/dist/lib/ |
| H A D | expat.h | 315 const XML_Char *doctypeName,
|
| /netbsd-src/external/mit/expat/dist/tests/ |
| H A D | runtests.c | 215 dummy_start_doctype_handler(void *userData, const XML_Char *doctypeName, in dummy_start_doctype_handler() argument 219 UNUSED_P(doctypeName); in dummy_start_doctype_handler() 379 dummy_start_doctype_decl_handler(void *userData, const XML_Char *doctypeName, in dummy_start_doctype_decl_handler() argument 383 UNUSED_P(doctypeName); in dummy_start_doctype_decl_handler()
|