Searched refs:open_files (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-storage/index/dbox-multi/ |
H A D | mdbox-file.c | 33 files = array_get(&storage->open_files, &count); 46 files = array_get(&storage->open_files, &count); 49 array_clear(&storage->open_files); 57 files = array_get(&storage->open_files, &count); 70 files = array_get(&storage->open_files, &count); 74 array_delete(&storage->open_files, i, 1); 79 files = array_get(&storage->open_files, &count); 151 count = array_count(&storage->open_files); 169 array_append(&storage->open_files, &file, 1); 217 array_append(&file->storage->open_files, [all...] |
H A D | mdbox-storage.h | 33 ARRAY(struct mdbox_file *) open_files; member in struct:mdbox_storage
|
H A D | mdbox-storage.c | 62 i_array_init(&storage->open_files, 64); 80 array_free(&storage->open_files);
|
Completed in 1999 milliseconds