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

Function my_xml_parser_free

strings/xml.c:504–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502
503
504void my_xml_parser_free(MY_XML_PARSER *p)
505{
506 if (p->attr.buffer)
507 {
508 my_str_free(p->attr.buffer);
509 p->attr.buffer= NULL;
510 }
511}
512
513
514void my_xml_set_value_handler(MY_XML_PARSER *p,

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