Home
last modified time | relevance | path

Searched refs:dummy_comment_handler (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/lib/libexpat/tests/
H A Ddummy.h104 extern void XMLCALL dummy_comment_handler(void *userData, const XML_Char *data);
H A Dalloc_tests.c252 XML_SetCommentHandler(g_parser, dummy_comment_handler); in START_TEST()
278 XML_SetCommentHandler(g_parser, dummy_comment_handler); in START_TEST()
483 XML_SetCommentHandler(g_parser, dummy_comment_handler); in START_TEST()
1430 XML_SetCommentHandler(g_parser, dummy_comment_handler); in START_TEST()
H A Ddummy.c147 dummy_comment_handler(void *userData, const XML_Char *data) { in dummy_comment_handler() function
H A Dbasic_tests.c1295 XML_SetCommentHandler(g_parser, dummy_comment_handler); in START_TEST()