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

/dovecot/src/lib-storage/
H A Dmailbox-recent-flags.c10 if (seq_range_exists(&box->recent_flags, uid))
14 array_clear(&box->recent_flags);
25 seq_range_array_add_with_init(&box->recent_flags, 64, uid);
44 return array_is_created(&box->recent_flags) &&
45 seq_range_exists(&box->recent_flags, uid);
50 if (array_is_created(&box->recent_flags))
51 array_clear(&box->recent_flags);
62 if (!array_is_created(&box->recent_flags))
67 range = array_get(&box->recent_flags, &count);
90 if (!array_is_created(&box->recent_flags))
[all...]
H A Dmail-storage-private.h404 ARRAY_TYPE(seq_range) recent_flags; member in struct:mailbox
H A Dmail-storage.c1486 if (array_is_created(&box->recent_flags))
1487 array_free(&box->recent_flags);
/dovecot/src/lib-storage/index/
H A Dindex-sync.c223 if (!array_is_created(&box->recent_flags))
228 recent_flags may however contain the append UID, so we'll have to
247 seq_range_array_remove_range(&box->recent_flags,
253 seq_range_array_remove_range(&box->recent_flags,
262 range = array_get(&box->recent_flags, &count);

Completed in 43 milliseconds