Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/expat/tests/
H A Dmisc_tests.c507 XML_SetStartElementHandler(parser, accumulate_start_element); in START_TEST()
H A Dhandlers.h581 extern void XMLCALL accumulate_start_element(void *userData,
H A Dhandlers.c1909 accumulate_start_element(void *userData, const XML_Char *name, in accumulate_start_element() function