Searched defs:attr_change (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/doveadm/dsync/
H A Ddsync-transaction-log-scan.c310 const char *attr_change, uint64_t modseq)
314 i_assert(strlen(attr_change) > 2); /* checked by lib-index */
316 lookup_attr.type = attr_change[1] == 'p' ?
318 lookup_attr.key = attr_change+2;
327 attr->deleted = attr_change[0] == '-';
309 log_add_attribute_update_key(struct dsync_transaction_log_scan *ctx, const char *attr_change, uint64_t modseq) argument
H A Ddsync-mailbox-export.c600 struct dsync_mailbox_attribute *attr_change; local
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
[all...]
H A Ddsync-mailbox-import.c341 const struct dsync_mailbox_attribute *attr_change; local
358 attr_change = hash_table_lookup(importer->local_attr_changes,
360 if (attr_change == NULL &&
371 if (attr_change != NULL) {
372 attr->deleted = attr_change->deleted &&
374 attr->modseq = attr_change->modseq;

Completed in 21 milliseconds