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

/dovecot/src/lib-storage/index/
H A Dindex-search-private.h30 struct timeval search_start_time, last_notify; member in struct:index_search_context
/dovecot/src/plugins/fts/
H A Dfts-indexer.c25 struct timeval search_start_time, last_notify; member in struct:fts_indexer_context
66 if (ioloop_time - ctx->last_notify.tv_sec < INDEXER_NOTIFY_INTERVAL_SECS)
68 ctx->last_notify = ioloop_timeval;
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-sync.c224 time_t last_touch, last_notify; member in struct:maildir_sync_context
254 if (now - ctx->last_notify > MAIL_STORAGE_STAYALIVE_SECS) {
262 ctx->last_notify = now;
277 ctx->last_notify = ioloop_time;
/dovecot/src/lib/
H A Dfile-dotlock.c476 time_t now, max_wait_time, last_notify; local
498 last_notify = 0; do_wait = FALSE;
541 if (last_notify != now && set->callback != NULL) {
542 last_notify = now;

Completed in 29 milliseconds