Lines Matching refs:target_item
292 int target_item = (item_count_ == item_capacity_) ? item_capacity_ - 1 in AddInternetPassword() local
296 mutable_this->SetTestDataBytes(target_item, kSecServerItemAttr, serverName, in AddInternetPassword()
298 mutable_this->SetTestDataBytes(target_item, kSecSecurityDomainItemAttr, in AddInternetPassword()
300 mutable_this->SetTestDataBytes(target_item, kSecAccountItemAttr, accountName, in AddInternetPassword()
302 mutable_this->SetTestDataBytes(target_item, kSecPathItemAttr, path, in AddInternetPassword()
304 mutable_this->SetTestDataPort(target_item, port); in AddInternetPassword()
305 mutable_this->SetTestDataProtocol(target_item, protocol); in AddInternetPassword()
306 mutable_this->SetTestDataAuthType(target_item, authenticationType); in AddInternetPassword()
307 mutable_this->SetTestDataPasswordBytes(target_item, passwordData, in AddInternetPassword()
315 mutable_this->SetTestDataString(target_item, kSecCreationDateItemAttr, in AddInternetPassword()
318 added_via_api_.insert(target_item); in AddInternetPassword()
321 *itemRef = reinterpret_cast<SecKeychainItemRef>(target_item + 1); in AddInternetPassword()