Home
last modified time | relevance | path

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

/openbsd/lib/libexpat/tests/
H A Dhandlers.h469 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.c3087 XML_SetCharacterDataHandler(g_parser, byte_character_handler); in START_TEST()