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

/dovecot/src/lib-storage/index/
H A Dindex-sort-string.c36 uint32_t ext_id, last_seq, highest_reset_id, prev_seq; member in struct:sort_string_context
176 highest_reset_id, but this isn't currently possible. */
208 if (reset_id != ctx->highest_reset_id) {
209 if (reset_id < ctx->highest_reset_id) {
219 ctx->highest_reset_id = reset_id;
756 ctx->highest_reset_id, FALSE);

Completed in 9 milliseconds