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

/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSEngine.c139 // to the local db. The first is the manifest representing the pendingObjects
142 // syncable items will need to add the new objects digests to the pendingObjects list
610 // If we just received a L00 reset pendingObjects to localManifest
638 // ---- SendObjects and extra->pendingObjects promotion dance ----
641 // moves extra to pendingObjects once we receive a confirmed manifest in or after the L00.
685 SOSManifestRef pendingObjects = SOSPeerGetPendingObjects(peer); local
699 ok = ok && SOSManifestDiff(allExtra, pendingObjects, &extra, &excessPending, error);
701 secerror("%@ ASSERTION FAILURE excess pendingObjects: %@", peer, excessPending);
702 // Remove excessPending from pendingObjects since they are either
704 // keeping them in pendingObjects
[all...]
H A DSOSPeer.h104 void SOSPeerSetPendingObjects(SOSPeerRef peer, SOSManifestRef pendingObjects);
H A DSOSPeer.c377 void SOSPeerSetPendingObjects(SOSPeerRef peer, SOSManifestRef pendingObjects) { argument
378 SOSEngineAddManifest(peer->engine, pendingObjects);
379 SOSPeerStateSetDigestForKey(SOSPeerGetState(peer), kSOSPeerPendingObjectsKey, SOSManifestGetDigest(pendingObjects, NULL));
418 // original intent was that digests only got added to pendingObjects. We only know for sure if it is something added locally via api call

Completed in 64 milliseconds