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

/dovecot/src/lib-storage/index/dbox-single/
H A Dsdbox-file.c67 struct sdbox_file *sfile = (struct sdbox_file *)file; local
69 pool_unref(&sfile->attachment_pool);
244 struct sdbox_file *sfile = (struct sdbox_file *)file; local
245 struct mailbox *box = &sfile->mbox->box;
402 sdbox_unlink_attachments(struct sdbox_file *sfile, argument
405 struct dbox_storage *storage = sfile->file.storage;
411 path = sdbox_file_attachment_relpath(sfile, extref->path);
419 int sdbox_file_unlink_with_attachments(struct sdbox_file *sfile) argument
426 ret = sdbox_file_get_attachments(&sfile->file, &extrefs_line);
431 return dbox_file_unlink(&sfile
[all...]
H A Dsdbox-save.c127 struct sdbox_file *sfile = (struct sdbox_file *)file; local
149 sfile->written_to_disk = TRUE;
160 sfile->attachment_pool =
162 p_array_init(&sfile->attachment_paths,
163 sfile->attachment_pool, count);
165 const char *path = p_strdup(sfile->attachment_pool,
167 array_append(&sfile->attachment_paths, &path, 1);
245 struct sdbox_file *sfile = (struct sdbox_file *)files[i]; local
249 if (sdbox_file_assign_uid(sfile, uid, FALSE) < 0)
267 struct sdbox_file *sfile local
289 struct sdbox_file *sfile = local
[all...]
H A Dsdbox-file.h40 int sdbox_file_unlink_with_attachments(struct sdbox_file *sfile);
H A Dsdbox-sync.c140 struct sdbox_file *sfile; local
144 sfile = (struct sdbox_file *)file;
146 ret = sdbox_file_unlink_with_attachments(sfile);

Completed in 13 milliseconds