Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
504
void 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
514
void my_xml_set_value_handler(MY_XML_PARSER *p,
Callers
3
my_parse_charset_xml
Function · 0.85
parse_xml
Method · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68