Home
last modified time | relevance | path

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

/src/contrib/expat/tests/
H A Dhandlers.h555 extern void XMLCALL suspending_comment_handler(void *userData,
H A Dhandlers.c1831 suspending_comment_handler(void *userData, const XML_Char *data) { in suspending_comment_handler() function
H A Dbasic_tests.c3943 XML_SetCommentHandler(parser, suspending_comment_handler); in START_TEST()