Searched defs:dest_field (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/doveadm/dsync/
H A Ddsync-brain-mailbox.c74 struct mailbox_cache_field *dest_field; local
78 dest_field = array_append_space(dest);
79 dest_field->name = p_strdup(pool, src_field->name);
80 dest_field->decision = src_field->decision;
81 dest_field->last_used = src_field->last_used;
/dovecot/src/lib-storage/index/
H A Dindex-storage.c947 const struct mail_cache_field *dest_field; local
960 dest_field = mail_cache_register_get_field(dest_trans->box->cache,
962 if ((dest_field->decision &

Completed in 14 milliseconds