Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Dhandlers.h470 extern void XMLCALL byte_character_handler(void *userData, const XML_Char *s,
H A Dhandlers.c1632 byte_character_handler(void *userData, const XML_Char *s, int len) { in byte_character_handler() function
H A Dbasic_tests.c3209 XML_SetCharacterDataHandler(g_parser, byte_character_handler); in START_TEST()