Searched refs:oldEntryPtr (Results 1 – 1 of 1) sorted by relevance
930 TrustedGroupEntry **oldEntryPtr = QueryGroupEntryPtrIfMatch(&info->groups, ¶ms); in AddGroup() local931 if (oldEntryPtr != NULL) { in AddGroup()932 DestroyGroupEntry(*oldEntryPtr); in AddGroup()933 *oldEntryPtr = newEntry; in AddGroup()972 TrustedDeviceEntry **oldEntryPtr = QueryDeviceEntryPtrIfMatch(&info->devices, ¶ms); in AddTrustedDevice() local973 if (oldEntryPtr != NULL) { in AddTrustedDevice()974 DestroyDeviceEntry(*oldEntryPtr); in AddTrustedDevice()975 *oldEntryPtr = newEntry; in AddTrustedDevice()