Lines Matching refs:old
491 struct entry *old;
498 if ((old = entry_read(u, name))) {
499 *entry = *old;
500 entry->description = pa_xstrdup(old->description);
501 entry->icon = pa_xstrdup(old->icon);
544 return old;
798 struct entry *entry, *old = NULL;
848 old = load_or_initialize_entry(u, entry, name, "sink:");
878 old = load_or_initialize_entry(u, entry, name, "source:");
899 if (old) {
901 if (entries_equal(old, entry)) {
902 entry_free(old);
909 entry_free(old);