Searched defs:orig_file_size (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/index/mbox/
H A Dmbox-sync.c1285 uoff_t orig_file_size, uoff_t count)
1288 uoff_t offset = orig_file_size;
1303 if (ftruncate(sync_ctx->write_fd, orig_file_size) < 0)
1284 mbox_append_zero(struct mbox_sync_context *sync_ctx, uoff_t orig_file_size, uoff_t count) argument

Completed in 15 milliseconds