MCPcopy Create free account
hub / github.com/acl-dev/acl / acl_xml_alloc

Function acl_xml_alloc

lib_acl/src/xml/acl_xml.c:406–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406ACL_XML *acl_xml_alloc(void)
407{
408 return acl_xml_dbuf_alloc(NULL);
409}
410
411ACL_XML *acl_xml_dbuf_alloc(ACL_DBUF_POOL *dbuf)
412{

Callers 14

parse_xml_benchmarkFunction · 0.85
parse_xmlFunction · 0.85
parse_xml_fileFunction · 0.85
build_xml2Function · 0.85
test1Function · 0.85
parse_xml_benchmarkFunction · 0.85
get_xmlFunction · 0.85
parse_xml_fileFunction · 0.85
test1Function · 0.85
sms_sendFunction · 0.85
mainFunction · 0.85
xml1Method · 0.85

Calls 1

acl_xml_dbuf_allocFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…