Home
last modified time | relevance | path

Searched refs:mt_end_element (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/lib/libmt/
H A Dmtlib.h88 void mt_end_element(void *user_data, const char *name);
H A Dmtlib.c155 mt_end_element(void *user_data, const char *name) in mt_end_element() function
775 XML_SetElementHandler(parser, mt_start_element, mt_end_element); in mt_get_status()