Searched refs:last_fast_sync (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/replication/replicator/
H A Dreplicator-queue.c55 if (user1->last_fast_sync < user2->last_fast_sync)
57 if (user1->last_fast_sync > user2->last_fast_sync)
67 if (user1->last_fast_sync < user2->last_fast_sync)
69 if (user1->last_fast_sync > user2->last_fast_sync)
241 next_sync = user->last_fast_sync +
338 str_to_time(args[3], &tmp_user.last_fast_sync) <
[all...]
H A Dreplicator-queue.h15 /* last_fast_sync is always >= last_full_sync. */
16 time_t last_fast_sync, last_full_sync, last_successful_sync; member in struct:replicator_user
H A Dreplicator-brain.c149 user->last_fast_sync = ioloop_time;
H A Ddoveadm-connection.c102 (long long)user->last_fast_sync,
261 user->last_fast_sync = ioloop_time;

Completed in 14 milliseconds