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

/dovecot/src/doveadm/dsync/
H A Ddsync-transaction-log-scan.c312 struct dsync_mailbox_attribute lookup_attr, *attr; local
316 lookup_attr.type = attr_change[1] == 'p' ?
318 lookup_attr.key = attr_change+2;
320 attr = hash_table_lookup(ctx->attr_changes, &lookup_attr);
323 attr->type = lookup_attr.type;
324 attr->key = p_strdup(ctx->pool, lookup_attr.key);
H A Ddsync-mailbox-export.c599 struct dsync_mailbox_attribute lookup_attr, *attr; local
608 lookup_attr.type = exporter->attr_type;
614 lookup_attr.key = key;
615 attr_change = hash_table_lookup(attr_changes, &lookup_attr);
H A Ddsync-mailbox-import.c340 struct dsync_mailbox_attribute lookup_attr, *attr; local
355 lookup_attr.type = type;
356 lookup_attr.key = key;
359 &lookup_attr);

Completed in 59 milliseconds