Searched defs:sync_max_size (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/doveadm/dsync/
H A Ddsync-brain.h75 uoff_t sync_max_size; member in struct:dsync_brain_settings
H A Ddsync-ibc.h64 uoff_t sync_max_size; member in struct:dsync_ibc_settings
H A Ddsync-brain-private.h64 uoff_t sync_max_size; member in struct:dsync_brain
H A Ddsync-mailbox-import.c67 uoff_t sync_max_size; member in struct:dsync_mailbox_importer
230 uoff_t sync_max_size,
258 importer->sync_max_size = sync_max_size;
1379 if (importer->sync_max_size > 0) {
1381 if (change->virtual_size < importer->sync_max_size) {
1677 (change->virtual_size != (uoff_t)-1 || importer->sync_max_size == 0)));
218 dsync_mailbox_import_init(struct mailbox *box, struct mailbox *virtual_all_box, struct dsync_transaction_log_scan *log_scan, uint32_t last_common_uid, uint64_t last_common_modseq, uint64_t last_common_pvt_modseq, uint32_t remote_uid_next, uint32_t remote_first_recent_uid, uint64_t remote_highest_modseq, uint64_t remote_highest_pvt_modseq, time_t sync_since_timestamp, time_t sync_until_timestamp, uoff_t sync_max_size, const char *sync_flag, unsigned int commit_msgs_interval, enum dsync_mailbox_import_flags flags, unsigned int hdr_hash_version, const char *const *hashed_headers) argument
/dovecot/src/doveadm/
H A Ddoveadm-dsync.c71 uoff_t sync_max_size; member in struct:dsync_cmd_context
601 set.sync_max_size = ctx->sync_max_size;
1105 if (settings_get_size(optarg, &ctx->sync_max_size, &error) < 0)

Completed in 390 milliseconds