Home
last modified time | relevance | path

Searched refs:accumulate_and_suspend_comment_handler (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libexpat/tests/
H A Dhandlers.h589 accumulate_and_suspend_comment_handler(void *userData, const XML_Char *data);
H A Dhandlers.c1928 accumulate_and_suspend_comment_handler(void *userData, const XML_Char *data) { in accumulate_and_suspend_comment_handler() function
H A Dbasic_tests.c5232 XML_SetCommentHandler(parser, accumulate_and_suspend_comment_handler); in START_TEST()