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

/dovecot/src/lib-index/
H A Dmail-index-transaction-export.c126 /* we're resizing the extension. use the resize struct. */
242 const struct mail_transaction_ext_intro *resize; local
253 resize = NULL;
256 resize = array_get(&t->ext_resizes, &resize_count);
295 if ((ext_id < resize_count && resize[ext_id].name_size > 0) ||
434 to avoid resize overhead as much as possible */
H A Dmail-index-transaction-update.c798 /* if record_size grows, we'll just resize the existing
900 const struct mail_transaction_ext_intro *resize; local
902 array_foreach(&t->ext_resizes, resize) {
903 if (resize->name_size > 0)

Completed in 15 milliseconds