Lines Matching defs:attr_change
600 struct dsync_mailbox_attribute *attr_change;
615 attr_change = hash_table_lookup(attr_changes, &lookup_attr);
616 if (attr_change == NULL && !export_all_attrs)
636 (attr_change == NULL || !attr_change->deleted)) {
641 if (attr_change != NULL && attr_change->exported) {
654 if (attr_change != NULL) {
655 attr_change->exported = TRUE;
656 attr->key = attr_change->key;
657 attr->deleted = attr_change->deleted &&
659 attr->modseq = attr_change->modseq;