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

/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-file.c171 static int dbox_file_open_fd(struct dbox_file *file, bool try_altpath) argument
190 if (file->alt_path == NULL || alt || !try_altpath) {
203 static int dbox_file_open_full(struct dbox_file *file, bool try_altpath, argument
214 ret = dbox_file_open_fd(file, try_altpath);

Completed in 7 milliseconds