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

Function acl_foreach

app/net_tools/NetOption.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 ACL_ITER iter;
120 acl::string buf;
121 acl_foreach(iter, tokens)
122 {
123 if (iter.i > 0)
124 buf << ";\r\n";
125 buf << (char*) iter.data;
126 }
127 acl_argv_free(tokens);
128 m_recipients = buf.c_str();
129 return *this;

Callers 15

test_stack_walkFunction · 0.50
gid_xml_nextFunction · 0.50
gid_cmdline_nextFunction · 0.50
gid_json_nextFunction · 0.50
json_new_gidFunction · 0.50
http_json_serviceFunction · 0.50
http_xml_serviceFunction · 0.50
parse_proto_listFunction · 0.50
service_mainFunction · 0.50
cmdline_serviceFunction · 0.50
runFunction · 0.50
http_conf_loadFunction · 0.50

Calls

no outgoing calls

Tested by 1

test_stack_walkFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…