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

/dovecot/src/doveadm/dsync/
H A Ddsync-transaction-log-scan.c117 bool external; local
119 external = (hdr->type & MAIL_TRANSACTION_EXTERNAL) != 0;
123 if (!external && mail_index_lookup_seq(view, rec->uid, &seq)) {
125 we check non-external ones because they might have
126 the GUID while external ones don't. */
/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-map.c578 bool external)
585 if (external)
577 mdbox_map_transaction_begin(struct mdbox_map_atomic_context *atomic, bool external) argument

Completed in 16 milliseconds