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

/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-file.h144 int dbox_file_open_primary(struct dbox_file *file, bool *notfound_r);
H A Ddbox-file.c204 bool *notfound_r)
208 *notfound_r = FALSE;
219 *notfound_r = TRUE;
238 int dbox_file_open_primary(struct dbox_file *file, bool *notfound_r) argument
240 return dbox_file_open_full(file, FALSE, notfound_r);
203 dbox_file_open_full(struct dbox_file *file, bool try_altpath, bool *notfound_r) argument

Completed in 11 milliseconds