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

/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-settings.h6 uoff_t mdbox_rotate_size; member in struct:mdbox_settings
H A Dmdbox-settings.c16 DEF(SET_SIZE, mdbox_rotate_size),
24 .mdbox_rotate_size = 10*1024*1024,
H A Dmdbox-map.c886 } else if ((*output_r)->offset + mail_size > map->set->mdbox_rotate_size) {
947 if (append_offset + mail_size <= map->set->mdbox_rotate_size &&
1023 if (mail_size >= map->set->mdbox_rotate_size)
1056 map->set->mdbox_rotate_size)
1155 if (end_offset > map->set->mdbox_rotate_size &&
H A Dmdbox-file.c116 file->storage->set->mdbox_rotate_size);

Completed in 15 milliseconds