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

Function acl_foreach

lib_acl_cpp/src/http/HttpServletRequest.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 ACL_ARGV* argv = acl_argv_split(ptr, ";");
155 ACL_ITER iter;
156 acl_foreach(iter, argv) {
157 const_cast<HttpServletRequest*>
158 (this)->add_cookie((char*) iter.data);
159 }
160 acl_argv_free(argv);
161 return cookies_;
162 }

Callers

nothing calls this directly

Calls 8

acl_url_decodeFunction · 0.85
add_cookieMethod · 0.80
dbuf_callocMethod · 0.80
convertMethod · 0.80
dbuf_strdupMethod · 0.80
clearMethod · 0.45
c_strMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…