Searched defs:unlock (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-index/ |
H A D | mail-cache-compress.c | 331 int fd, const char *temp_path, bool *unlock) 374 if (*unlock) { 376 *unlock = FALSE; 437 bool *unlock, struct dotlock **dotlock_r) 462 if (*unlock) { 464 *unlock = FALSE; 479 if (mail_cache_compress_write(cache, trans, fd, temp_path, unlock) < 0) { 501 bool unlock = FALSE; local 541 unlock = TRUE; 545 ret = mail_cache_compress_locked(cache, trans, &unlock, 329 mail_cache_compress_write(struct mail_cache *cache, struct mail_index_transaction *trans, int fd, const char *temp_path, bool *unlock) argument 435 mail_cache_compress_locked(struct mail_cache *cache, struct mail_index_transaction *trans, bool *unlock, struct dotlock **dotlock_r) argument [all...] |
/dovecot/src/lib-fs/ |
H A D | fs-api-private.h | 58 void (*unlock)(struct fs_lock *lock); member in struct:fs_vfuncs
|
/dovecot/src/plugins/fts-squat/ |
H A D | squat-trie.c | 1724 bool compress, unlock = TRUE; local 1739 unlock = FALSE; 1745 if (unlock)
|
Completed in 500 milliseconds