Searched refs:newEntry (Results 1 – 1 of 1) sorted by relevance
971 TrustedGroupEntry *newEntry = DeepCopyGroupEntry(groupEntry); in AddGroup() local972 if (newEntry == NULL) { in AddGroup()981 *oldEntryPtr = newEntry; in AddGroup()982 PostGroupCreatedMsg(newEntry); in AddGroup()987 if (info->groups.pushBackT(&info->groups, newEntry) == NULL) { in AddGroup()988 DestroyGroupEntry(newEntry); in AddGroup()993 PostGroupCreatedMsg(newEntry); in AddGroup()1012 TrustedDeviceEntry *newEntry = DeepCopyDeviceEntry(deviceEntry); in AddTrustedDevice() local1013 if (newEntry == NULL) { in AddTrustedDevice()1023 *oldEntryPtr = newEntry; in AddTrustedDevice()[all …]