Searched refs:final (Results 1 - 7 of 7) sorted by relevance
/dovecot/src/auth/ |
H A D | password-scheme-md5crypt.c | 52 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 D | otp-hash.c | 20 void (*final)(void *ctx, void *res); member in struct:digest 132 ctx->digest->final(&ctx->ctx, result);
|
/dovecot/src/lib-compression/ |
H A D | ostream-zlib.c | 170 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 D | doveadm-fts.c | 180 bool final = FALSE; local 234 if (!final) { 252 if (final) 254 final = TRUE;
|
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-sync.c | 66 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 D | mail-index.c | 847 goto final; 880 final:
|
/dovecot/src/doveadm/dsync/ |
H A D | dsync-mailbox-import.c | 33 /* 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 46 milliseconds