Searched refs:CFSetForEach (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSPeerInfoCollections.c64 CFSetForEach(set1, ^(const void *value) {
187 CFSetForEach(pia, ^(const void *value) {
H A DSOSAccountUpdate.c18 CFSetForEach(old_members, ^(const void * value) {
22 CFSetForEach(new_members, ^(const void * value) {
H A DSOSAccountCredentials.c48 CFSetForEach(peersToRemove, ^(const void *value) {
H A DSOSCircle.c103 CFSetForEach(peerInfoSet, ^(const void *value) {
324 CFSetForEach(set, ^(const void *value) {
337 CFSetForEach(applicants, ^(const void *value) {
350 CFSetForEach(circle->peers, ^(const void *value) {
751 CFSetForEach(c->rejected_applicants, ^(const void *value) {
1165 CFSetForEach(circle->peers, ^(const void *value) {
1201 CFSetForEach(circle->applicants, ^(const void*value) { action((SOSPeerInfoRef) value); } );
H A DSOSAccount.c438 CFSetForEach(added_peers, ^(const void *value) {
442 CFSetForEach(removed_peers, ^(const void *value) {
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A Ddebugging.c219 CFSetForEach(set, ^(const void *value) {
228 CFSetForEach(setOfCFs, ^(const void *value) {
H A DSecCFWrappers.h607 static inline void CFSetForEach(CFSetRef set, void (^operation)(const void *value)) { function
620 CFSetForEach(set, ^(const void *value) {
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A Ddebugging.c219 CFSetForEach(set, ^(const void *value) {
228 CFSetForEach(setOfCFs, ^(const void *value) {
H A DSecCFWrappers.h607 static inline void CFSetForEach(CFSetRef set, void (^operation)(const void *value)) { function
620 CFSetForEach(set, ^(const void *value) {

Completed in 230 milliseconds