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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DKeychains.cpp766 // Insert inItem into mDbItemMap with key primaryKey. p.second will be
770 mDbItemMap.insert(DbItemMap::value_type(primaryKey, inItem.get()));
773 // There was already an ItemImpl * in mDbItemMap with key
816 // If the primary key hasn't changed we don't need to update mDbItemMap.
819 // If inItem isn't in the cache we don't need to update mDbItemMap.
823 // First remove the entry for inItem in mDbItemMap with key oldPK.
824 DbItemMap::iterator it = mDbItemMap.find(oldPK);
825 if (it != mDbItemMap.end() && (ItemImpl*) it->second == inItem.get())
826 mDbItemMap.erase(it);
828 // Insert inItem into mDbItemMap wit
[all...]
H A DKeychains.h227 DbItemMap mDbItemMap; member in class:Security::KeychainCore::KeychainImpl
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DKeychains.cpp766 // Insert inItem into mDbItemMap with key primaryKey. p.second will be
770 mDbItemMap.insert(DbItemMap::value_type(primaryKey, inItem.get()));
773 // There was already an ItemImpl * in mDbItemMap with key
816 // If the primary key hasn't changed we don't need to update mDbItemMap.
819 // If inItem isn't in the cache we don't need to update mDbItemMap.
823 // First remove the entry for inItem in mDbItemMap with key oldPK.
824 DbItemMap::iterator it = mDbItemMap.find(oldPK);
825 if (it != mDbItemMap.end() && (ItemImpl*) it->second == inItem.get())
826 mDbItemMap.erase(it);
828 // Insert inItem into mDbItemMap wit
[all...]
H A DKeychains.h227 DbItemMap mDbItemMap; member in class:Security::KeychainCore::KeychainImpl
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DKeychains.cpp766 // Insert inItem into mDbItemMap with key primaryKey. p.second will be
770 mDbItemMap.insert(DbItemMap::value_type(primaryKey, inItem.get()));
773 // There was already an ItemImpl * in mDbItemMap with key
816 // If the primary key hasn't changed we don't need to update mDbItemMap.
819 // If inItem isn't in the cache we don't need to update mDbItemMap.
823 // First remove the entry for inItem in mDbItemMap with key oldPK.
824 DbItemMap::iterator it = mDbItemMap.find(oldPK);
825 if (it != mDbItemMap.end() && (ItemImpl*) it->second == inItem.get())
826 mDbItemMap.erase(it);
828 // Insert inItem into mDbItemMap wit
[all...]
H A DKeychains.h227 DbItemMap mDbItemMap; member in class:Security::KeychainCore::KeychainImpl

Completed in 120 milliseconds