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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DStorageManager.cpp823 KeychainList::const_iterator it_end = keychainList.end(); local
828 if (it_end == keychainList.begin())
831 --it_end;
832 if (!((*it_end)->dlDbIdentifier() == *it_common))
834 ++it_end;
839 /* it_end now points one past the last element in keychainList which is not in commonList. */
841 for (KeychainList::const_iterator it = keychainList.begin(); it != it_end; ++it)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DStorageManager.cpp823 KeychainList::const_iterator it_end = keychainList.end(); local
828 if (it_end == keychainList.begin())
831 --it_end;
832 if (!((*it_end)->dlDbIdentifier() == *it_common))
834 ++it_end;
839 /* it_end now points one past the last element in keychainList which is not in commonList. */
841 for (KeychainList::const_iterator it = keychainList.begin(); it != it_end; ++it)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DStorageManager.cpp823 KeychainList::const_iterator it_end = keychainList.end(); local
828 if (it_end == keychainList.begin())
831 --it_end;
832 if (!((*it_end)->dlDbIdentifier() == *it_common))
834 ++it_end;
839 /* it_end now points one past the last element in keychainList which is not in commonList. */
841 for (KeychainList::const_iterator it = keychainList.begin(); it != it_end; ++it)

Completed in 176 milliseconds