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

Function my_xml_error_string

strings/xml.c:543–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541
542
543const char *my_xml_error_string(MY_XML_PARSER *p)
544{
545 return p->errstr;
546}
547
548
549size_t my_xml_error_pos(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