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

/dovecot/src/replication/replicator/
H A Dreplicator-queue.c324 struct replicator_user *user, tmp_user; local
332 i_zero(&tmp_user);
337 str_to_time(args[2], &tmp_user.last_update) < 0 ||
338 str_to_time(args[3], &tmp_user.last_fast_sync) < 0 ||
339 str_to_time(args[4], &tmp_user.last_full_sync) < 0)
341 tmp_user.priority = priority;
342 tmp_user.last_sync_failed = args[5][0] != '0';
345 if (str_to_time(args[7], &tmp_user.last_successful_sync) < 0)
348 tmp_user.last_successful_sync = 0;
354 if (user->last_update > tmp_user
[all...]

Completed in 15 milliseconds