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

/dovecot/src/lib-index/
H A Dmail-index-transaction-update.c43 if (array_is_created(&t->ext_hdr_updates)) {
44 array_foreach_modifiable(&t->ext_hdr_updates, ext_hdr) {
48 array_free(&t->ext_hdr_updates);
883 if (array_is_created(&t->ext_hdr_updates)) {
886 array_foreach(&t->ext_hdr_updates, hdr) {
928 if (array_is_created(&t->ext_hdr_updates) &&
929 ext_id < array_count(&t->ext_hdr_updates)) {
933 hdr = array_idx_modifiable(&t->ext_hdr_updates, ext_id);
989 if (!array_is_created(&t->ext_hdr_updates))
990 i_array_init(&t->ext_hdr_updates, ext_i
[all...]
H A Dmail-index-transaction-export.c154 if (array_is_created(&t->ext_hdr_updates) &&
155 ext_id < array_count(&t->ext_hdr_updates)) {
159 hu = array_idx(&t->ext_hdr_updates, ext_id);
277 if (!array_is_created(&t->ext_hdr_updates)) {
281 hdrs = array_get(&t->ext_hdr_updates, &hdrs_count);
H A Dmail-index-transaction-private.h66 ARRAY(struct mail_index_transaction_ext_hdr_update) ext_hdr_updates; member in struct:mail_index_transaction

Completed in 73 milliseconds