Lines Matching defs:file
1 /* Copyright (c) 2013-2018 Dovecot authors, see the included COPYING file */
6 #include "istream-fs-file.h"
10 struct fs_file *file;
19 fs_file_deinit(&fstream->file);
28 input = fs_read_stream(fstream->file,
40 i_stream_create_fs_file(struct fs_file **file, size_t max_buffer_size)
46 fstream->file = *file;
53 ((*file)->flags & FS_OPEN_FLAG_ASYNC) == 0;
55 ((*file)->flags & FS_OPEN_FLAG_SEEKABLE) != 0;
58 i_stream_set_name(input, fs_file_path(*file));
59 *file = NULL;