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

Function my_xml_set_value_handler

strings/xml.c:514–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512
513
514void my_xml_set_value_handler(MY_XML_PARSER *p,
515 int (*action)(MY_XML_PARSER *p, const char *s,
516 size_t l))
517{
518 p->value=action;
519}
520
521void my_xml_set_enter_handler(MY_XML_PARSER *p,
522 int (*action)(MY_XML_PARSER *p, const char *s,

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