• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/

Lines Matching defs:pendingObjects

139 // 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);
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.
706 pendingObjects = SOSManifestCreateComplement(excessPending, pendingObjects, error);
707 SOSPeerSetPendingObjects(peer, pendingObjects);
708 CFReleaseSafe(pendingObjects);
726 pendingObjects ? "P":"0",
729 SOSManifestGetCount(pendingObjects),
741 if (SOSManifestGetCount(pendingObjects) == 0 && SOSManifestGetCount(extra) == 0)
748 } else if (SOSManifestGetCount(pendingObjects) == 0 /* TODO: No entries moved from extra to pendingObjects. */
763 if (SOSManifestGetCount(pendingObjects)) {
768 if (!SOSDataSourceForEachObject(engine->dataSource, pendingObjects, error, ^void(CFDataRef key, SOSObjectRef object, bool *stop) {
841 objectsSent = CFRetainSafe(pendingObjects);
1043 // to the local db. The first is the manifest representing the pendingObjects
1046 // syncable items will need to add the new objects digests to the pendingObjects list