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

Function acl_foreach

lib_acl_cpp/src/http/http_mime.cpp:187–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 ACL_ITER iter;
186 int i = 0;
187 acl_foreach(iter, mime_state_) {
188 // ÿһ���ڵ�����ͷ��㣬��������
189 if (i++ == 0) {
190 continue;
191 }
192 MIME_NODE *node = (MIME_NODE *) iter.data;
193 const_cast<http_mime*>(this)->mime_nodes_.push_back(
194 NEW http_mime_node(save_path_, node,
195 decode_on_, local_charset_, off_));
196 }
197
198 return mime_nodes_;
199}

Callers 1

http_headerMethod · 0.70

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…