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

Function acl_argv_alloc

lib_acl/src/stdlib/common/acl_argv.c:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171/* acl_argv_alloc - initialize string array */
172
173ACL_ARGV *acl_argv_alloc(int size) {
174 return acl_argv_alloc2(size, NULL);
175}
176
177ACL_ARGV *acl_argv_alloc2(int len, ACL_DBUF_POOL *dbuf) {
178 ACL_ARGV *argvp;

Callers 15

mainFunction · 0.85
dict_mapnamesFunction · 0.85
mainFunction · 0.85
split2Function · 0.85
split3Function · 0.85
split4Function · 0.85
parentFunction · 0.85
notifyFunction · 0.85
res_a_createFunction · 0.85
build_ip_listFunction · 0.85
domain_map_addFunction · 0.85
proctl_serivce_get_allFunction · 0.85

Calls 1

acl_argv_alloc2Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…