Searched refs:saved (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib/
H A Dsha3.h44 uint64_t saved; /* the portion of the input message that we member in struct:sha3_ctx
H A Dsha3.c149 ctx->saved |= (uint64_t) (*(buf++)) <<
161 ctx->saved |= (uint64_t) (*(buf++)) <<
165 /* now ready to add saved to the sponge */
166 ctx->s[ctx->wordIndex] ^= ctx->saved;
169 ctx->saved = 0;
209 ctx->saved |= (uint64_t) (*(buf++)) << ((ctx->byteIndex++) * 8);
228 (ctx->saved ^ ((uint64_t) ((uint64_t) (0x02 | (1 << 2)) <<
/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-import.c47 bool saved:1; member in struct:importer_new_mail
1941 if (!newmails[importer->first_unsaved_idx]->saved)
1952 newmail->saved = TRUE;
1960 usually higher than anything that is being saved so we can't do
2756 /* removed wanted_uids that weren't actually saved */
2764 /* remember the UIDs that were successfully saved */
2799 /* update mailbox metadata if we successfully saved
2834 /* give new UIDs to messages that got saved with unwanted UIDs.

Completed in 18 milliseconds