MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / my_xml_set_leave_handler

Function my_xml_set_leave_handler

strings/xml.c:529–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527
528
529void my_xml_set_leave_handler(MY_XML_PARSER *p,
530 int (*action)(MY_XML_PARSER *p, const char *s,
531 size_t l))
532{
533 p->leave_xml=action;
534}
535
536
537void my_xml_set_user_data(MY_XML_PARSER *p, void *user_data)

Callers 3

my_parse_charset_xmlFunction · 0.85
parse_xmlMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68