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

/dovecot/src/lib-index/
H A Dmail-index-transaction-sort-appends.c117 if (array_is_created(&update->remove_seq)) {
118 sort_appends_seq_range(&update->remove_seq,
H A Dmail-index-transaction-export.c402 if (array_is_created(&updates[i].remove_seq) &&
403 array_count(&updates[i].remove_seq) > 0) {
407 updates[i].remove_seq.arr.buffer);
558 count += count_modseq_incs_with(t, &tmp_seqs, &update->remove_seq);
H A Dmail-index-transaction-private.h11 ARRAY_TYPE(seq_range) remove_seq; member in struct:mail_index_transaction_keyword_update
H A Dmail-index-transaction-update.c57 if (array_is_created(&u->remove_seq))
58 array_free(&u->remove_seq);
316 if (array_is_created(&kw_update->remove_seq)) {
317 seq_range_array_remove(&kw_update->remove_seq,
1205 /* Update add_seq and remove_seq arrays which describe the keyword
1213 /* Don't bother updating remove_seq for new messages,
1216 seq_range_array_add_with_init(&u->remove_seq,
1226 seq_range_array_remove(&u->remove_seq, seq);
1298 if (mail_index_cancel_array(&kw->remove_seq, seq))
1301 array_is_created(&kw->remove_seq))
[all...]
H A Dmail-index-transaction-view.c317 else if (array_is_created(&updates[i].remove_seq) &&
318 seq_range_exists(&updates[i].remove_seq, seq))
H A Dmail-index-transaction-finish.c272 mail_index_transaction_seq_range_to_uid(t, &update->remove_seq);
H A Dmail-index-sync.c231 if (array_is_created(&keyword_updates[i].remove_seq)) {
234 (const void *)&keyword_updates[i].remove_seq;

Completed in 29 milliseconds