Searched refs:sdbox_file (Results 1 - 6 of 6) sorted by relevance
/dovecot/src/lib-storage/index/dbox-single/ |
H A D | sdbox-file.h | 6 struct sdbox_file { struct 29 sdbox_file_attachment_relpath(struct sdbox_file *file, const char *srcpath); 32 int sdbox_file_assign_uid(struct sdbox_file *file, uint32_t uid, 40 int sdbox_file_unlink_with_attachments(struct sdbox_file *sfile); 42 int sdbox_file_unlink_aborted_save(struct sdbox_file *file);
|
H A D | sdbox-file.c | 18 static void sdbox_file_init_paths(struct sdbox_file *file, const char *fname) 36 struct sdbox_file *file; 39 file = i_new(struct sdbox_file, 1); 67 struct sdbox_file *sfile = (struct sdbox_file *)file; 106 sdbox_file_attachment_relpath(struct sdbox_file *file, const char *srcpath) 123 static int sdbox_file_rename_attachments(struct sdbox_file *file) 149 int sdbox_file_assign_uid(struct sdbox_file *file, uint32_t uid, 188 static int sdbox_file_unlink_aborted_save_attachments(struct sdbox_file *file) 226 int sdbox_file_unlink_aborted_save(struct sdbox_file *fil [all...] |
H A D | sdbox-copy.c | 13 sdbox_file_copy_attachments(struct sdbox_file *src_file, 14 struct sdbox_file *dest_file) 142 ret = sdbox_file_copy_attachments((struct sdbox_file *)src_file, 143 (struct sdbox_file *)dest_file); 145 (void)sdbox_file_unlink_aborted_save((struct sdbox_file *)dest_file); 150 ((struct sdbox_file *)dest_file)->written_to_disk = TRUE;
|
H A D | sdbox-save.c | 52 i_assert(((struct sdbox_file *)file)->written_to_disk); 127 struct sdbox_file *sfile = (struct sdbox_file *)file; 245 struct sdbox_file *sfile = (struct sdbox_file *)files[i]; 267 struct sdbox_file *sfile = (struct sdbox_file *)files[i]; 289 struct sdbox_file *sfile = 290 (struct sdbox_file *)files[i];
|
H A D | sdbox-storage.c | 283 struct sdbox_file *file = (struct sdbox_file *)_file; 305 struct sdbox_file *file = (struct sdbox_file *)_file;
|
H A D | sdbox-sync.c | 140 struct sdbox_file *sfile; 144 sfile = (struct sdbox_file *)file;
|
Completed in 20 milliseconds