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

Function acl_xml3_alloc

lib_acl/src/xml/acl_xml3.c:380–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380ACL_XML3 *acl_xml3_alloc(void)
381{
382 return acl_xml3_dbuf_alloc(NULL);
383}
384
385ACL_XML3 *acl_xml3_dbuf_alloc(ACL_DBUF_POOL *dbuf)
386{

Callers 4

parse_xml_benchmarkFunction · 0.85
parse_xml_fileFunction · 0.85
get_xmlFunction · 0.85
test1Function · 0.85

Calls 1

acl_xml3_dbuf_allocFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…