Searched refs:final (Results 1 - 7 of 7) sorted by relevance

/dovecot/src/auth/
H A Dpassword-scheme-md5crypt.c52 unsigned char final[MD5_RESULTLEN]; local
89 md5_final(&ctx1,final);
91 md5_update(&ctx,final,pl>MD5_RESULTLEN ? MD5_RESULTLEN : pl);
94 safe_memset(final, 0, sizeof(final));
99 md5_update(&ctx, final+j, 1);
109 md5_final(&ctx,final);
121 md5_update(&ctx1,final,MD5_RESULTLEN);
130 md5_update(&ctx1,final,MD5_RESULTLEN);
133 md5_final(&ctx1,final);
[all...]
/dovecot/src/lib-otp/
H A Dotp-hash.c20 void (*final)(void *ctx, void *res); member in struct:digest
132 ctx->digest->final(&ctx->ctx, result);
/dovecot/src/lib-compression/
H A Dostream-zlib.c170 o_stream_zlib_send_flush(struct zlib_ostream *zstream, bool final) argument
193 (final ? Z_FINISH : Z_NO_FLUSH);
221 if (final) {
225 if (final || flush != Z_NO_FLUSH)
/dovecot/src/plugins/fts/
H A Ddoveadm-fts.c180 bool final = FALSE; local
234 if (!final) {
252 if (final)
254 final = TRUE;
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-sync.c66 It's unset when we do the final syncing, ie. when mtime is
401 maildir_scan_dir(struct maildir_sync_context *ctx, bool new_dir, bool final, argument
544 if (errno == EINVAL && move_count > 0 && !final) {
590 (move_count <= MAILDIR_RENAME_RESCAN_COUNT || final ? 0 : 1);
917 bool final = FALSE; local
919 while ((ret = maildir_scan_dir(ctx, TRUE, final, why)) > 0) {
924 final = TRUE;
/dovecot/src/lib-index/
H A Dmail-index.c847 goto final;
880 final:
/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-import.c33 /* the final UID for the message */
144 bool final);
1000 /* see if there are conflicting final flags */
2739 dsync_mailbox_import_commit(struct dsync_mailbox_importer *importer, bool final) argument
2785 if (!final)

Completed in 22 milliseconds