Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
406
ACL_XML *acl_xml_alloc(void)
407
{
408
return acl_xml_dbuf_alloc(NULL);
409
}
410
411
ACL_XML *acl_xml_dbuf_alloc(ACL_DBUF_POOL *dbuf)
412
{
Callers
14
parse_xml_benchmark
Function · 0.85
parse_xml
Function · 0.85
parse_xml_file
Function · 0.85
build_xml2
Function · 0.85
test1
Function · 0.85
parse_xml_benchmark
Function · 0.85
get_xml
Function · 0.85
parse_xml_file
Function · 0.85
test1
Function · 0.85
sms_send
Function · 0.85
main
Function · 0.85
xml1
Method · 0.85
Calls
1
acl_xml_dbuf_alloc
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…