Lines Matching defs:files
33 struct mail_transaction_log_file *const *files;
36 files = array_get(&view->file_refs, &count);
38 files[i]->refcount--;
70 if (log->files == NULL)
73 for (file = log->files; file != NULL; file = file->next)
83 struct mail_transaction_log_file *file, *const *files;
102 if (view->log->files->hdr.prev_file_seq != 0) {
106 view->log->files->hdr.prev_file_seq);
110 min_file_seq = view->log->files->hdr.file_seq;
119 for (file = view->log->files; file != NULL; file = file->next) {
130 for (file = view->log->files; file != NULL; file = file->next) {
193 /* if any of the found files reset the index,
194 ignore any missing files up to it */
196 view->log->files;
200 /* missing files in the middle */
257 /* Reference all used files. */
270 /* Map the files only after we've found them all. Otherwise if we map
272 include both files in the view but skip the last transactions from
275 We're mapping the files in reverse order so that _log_file_map()
278 files = array_idx(&view->file_refs, 0);
280 file = files[i-1];
355 first = view->log->files;
358 for (file = view->log->files; file != NULL; file = file->next) {