Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
543
const char *my_xml_error_string(MY_XML_PARSER *p)
544
{
545
return p->errstr;
546
}
547
548
549
size_t my_xml_error_pos(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