Searched refs:keychain_item_copy_count_ (Results 1 – 2 of 2) sorted by relevance
18 keychain_item_copy_count_(0), in MockAppleKeychain()439 ++keychain_item_copy_count_; in AddInternetPassword()451 ++keychain_item_copy_count_; in SearchCopyNext()462 --keychain_item_copy_count_; in Free()471 return keychain_item_copy_count_; in UnfreedKeychainItemCount()
227 mutable int keychain_item_copy_count_; variable