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

Function acl_foreach

lib_acl_cpp/src/mime/mime.cpp:489–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487 ACL_ITER iter;
488
489 acl_foreach(iter, pMime) {
490 MIME_NODE* pNode = (MIME_NODE*) iter.data;
491 if (pNode->ctype != MIME_CTYPE_MULTIPART
492 || pNode->stype != MIME_STYPE_ALTERNATIVE) {
493
494 continue;
495 }
496 // ����ý����ӽ����С�� 2 ��˵���ʼ���ʽ����
497 if (acl_ring_size(&pNode->children) < 2) {
498 continue;
499 }
500 pAlterNative = pNode;
501 }
502
503 return pAlterNative;
504}

Callers 7

primary_head_finishMethod · 0.70
save_asMethod · 0.70
mime_debugMethod · 0.70
header_valueMethod · 0.70
mime_node.cppFile · 0.70
parent_header_valueMethod · 0.70
mime_head_valueFunction · 0.50

Calls 6

acl_ring_sizeFunction · 0.85
has_content_idFunction · 0.85
mime_nodeClass · 0.50
mime_attachClass · 0.50
mime_imageClass · 0.50
push_backMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…