Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
380
ACL_XML3 *acl_xml3_alloc(void)
381
{
382
return acl_xml3_dbuf_alloc(NULL);
383
}
384
385
ACL_XML3 *acl_xml3_dbuf_alloc(ACL_DBUF_POOL *dbuf)
386
{
Callers
4
parse_xml_benchmark
Function · 0.85
parse_xml_file
Function · 0.85
get_xml
Function · 0.85
test1
Function · 0.85
Calls
1
acl_xml3_dbuf_alloc
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…