Searched refs:oldEntryPtr (Results 1 – 1 of 1) sorted by relevance
978 TrustedGroupEntry **oldEntryPtr = QueryGroupEntryPtrIfMatch(&info->groups, ¶ms); in AddGroup() local979 if (oldEntryPtr != NULL) { in AddGroup()980 DestroyGroupEntry(*oldEntryPtr); in AddGroup()981 *oldEntryPtr = newEntry; in AddGroup()1020 TrustedDeviceEntry **oldEntryPtr = QueryDeviceEntryPtrIfMatch(&info->devices, ¶ms); in AddTrustedDevice() local1021 if (oldEntryPtr != NULL) { in AddTrustedDevice()1022 DestroyDeviceEntry(*oldEntryPtr); in AddTrustedDevice()1023 *oldEntryPtr = newEntry; in AddTrustedDevice()