Home
last modified time | relevance | path

Searched defs:dotlock_settings (Results 1 – 7 of 7) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dfile-dotlock.h9 struct dotlock_settings { struct
14 const char *temp_prefix;
16 const char *lock_suffix;
19 unsigned int timeout;
22 unsigned int stale_timeout;
27 bool (*callback)(unsigned int secs_left, bool stale, void *context);
28 void *context;
32 bool use_excl_lock:1;
57 int file_dotlock_create(const struct dotlock_settings *set, const char *path, argument
/dports/mail/dovecot/dovecot-2.3.17/src/util/
H A Dmaildirlock.c14 static struct dotlock_settings dotlock_settings = { variable
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/maildir/
H A Dmaildir-keywords.c36 struct dotlock_settings dotlock_settings; member
H A Dmaildir-uidlist.c76 struct dotlock_settings dotlock_settings; member
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/quota/
H A Dquota-maildir.c51 static struct dotlock_settings dotlock_settings = { variable
/dports/mail/dovecot/dovecot-2.3.17/src/lib-index/
H A Dmail-cache-private.h133 struct dotlock_settings dotlock_settings; member
H A Dmail-index-strmap.c26 struct dotlock_settings dotlock_settings; member