Home
last modified time | relevance | path

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

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