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

/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-map.h15 uint32_t highest_file_id; member in struct:mdbox_map_mail_index_header
H A Dmdbox-storage-rebuild.c57 uint32_t highest_file_id; member in struct:mdbox_storage_rebuild_context
247 dir, ++ctx->highest_file_id);
253 *file_id_r = ctx->highest_file_id;
285 if (ctx->highest_file_id < file_id)
286 ctx->highest_file_id = file_id;
859 map_hdr.highest_file_id = ctx->highest_file_id;
931 ctx->highest_file_id = ctx->orig_map_hdr.highest_file_id;

Completed in 8 milliseconds