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

Function acl_foreach

lib_protocol/samples/http_probe/probe_run.cpp:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 myname, __LINE__);
262
263 acl_foreach(iter, var_probe_server_link) {
264 server = (PROBE_SERVER*) iter.data;
265 server->aio = aio;
266 timer_retry(server);
267 }
268
269 while (1)
270 acl_aio_loop(aio);

Callers 5

header_parseFunction · 0.50
__strip_url_pathFunction · 0.50
__get_hdr_entryFunction · 0.50
http_hdr_parseFunction · 0.50

Calls 1

timer_retryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…