Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/expat/tests/
HDdummy.h104 extern void XMLCALL dummy_comment_handler(void *userData, const XML_Char *data);
HDalloc_tests.c253 XML_SetCommentHandler(g_parser, dummy_comment_handler); in START_TEST()
279 XML_SetCommentHandler(g_parser, dummy_comment_handler); in START_TEST()
509 XML_SetCommentHandler(g_parser, dummy_comment_handler); in START_TEST()
1456 XML_SetCommentHandler(g_parser, dummy_comment_handler); in START_TEST()
HDdummy.c147 dummy_comment_handler(void *userData, const XML_Char *data) { in dummy_comment_handler() function
HDbasic_tests.c1399 XML_SetCommentHandler(g_parser, dummy_comment_handler); in START_TEST()