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

/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSTransport.c140 size_t base_ix = 0, removals_ix = 0, additions_ix = 0; local
156 } else if (removals_ix < removals->count && SOSDigestCompare(d, removals->digest[removals_ix]) == 0) {
158 removals_ix++;
164 if (removals_ix != removals->count) {
165 SecCFCreateErrorWithFormat(1, sErrorDomain, NULL, error, NULL, CFSTR("%lu extra removals left"), removals->count - removals_ix);

Completed in 123 milliseconds