Home
last modified time | relevance | path

Searched refs:XML_SetDoctypeDeclHandler (Results 1 – 7 of 7) sorted by relevance

/openbsd/usr.sbin/rpki-client/
H A Drrdp_snapshot.c235 XML_SetDoctypeDeclHandler(sxml->parser, snapshot_doctype_handler, in new_snapshot_xml()
H A Drrdp_delta.c255 XML_SetDoctypeDeclHandler(dxml->parser, delta_doctype_handler, NULL); in new_delta_xml()
H A Drrdp_notification.c395 XML_SetDoctypeDeclHandler(nxml->parser, notification_doctype_handler, in new_notification_xml()
/openbsd/lib/libexpat/tests/
H A Dalloc_tests.c476 XML_SetDoctypeDeclHandler(g_parser, dummy_start_doctype_handler, in START_TEST()
795 XML_SetDoctypeDeclHandler(g_parser, dummy_start_doctype_decl_handler, in START_TEST()
843 XML_SetDoctypeDeclHandler(g_parser, dummy_start_doctype_decl_handler, in START_TEST()
H A Dbasic_tests.c3418 XML_SetDoctypeDeclHandler(g_parser, dummy_start_doctype_handler, in START_TEST()
/openbsd/lib/libexpat/lib/
H A Dexpat.h600 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start,
H A Dxmlparse.c1772 XML_SetDoctypeDeclHandler(XML_Parser parser, XML_StartDoctypeDeclHandler start, in XML_SetDoctypeDeclHandler() function