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

/dovecot/src/lib-index/
H A Dmail-index-sync-ext.c261 bool no_shrink)
278 if (no_shrink)
292 if (no_shrink)
315 (ext->record_align > u->record_align && !no_shrink)) {
322 (ext->record_size > u->record_size && !no_shrink)) {
476 bool no_shrink; local
532 no_shrink = (u->flags & MAIL_TRANSACTION_EXT_INTRO_FLAG_NO_SHRINK) != 0;
547 sync_ext_resize(u, ext_map_idx, ctx, no_shrink);
259 sync_ext_resize(const struct mail_transaction_ext_intro *u, uint32_t ext_map_idx, struct mail_index_sync_map_ctx *ctx, bool no_shrink) argument

Completed in 678 milliseconds