Searched refs:need_space_seq (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-storage/index/mbox/
H A Dmbox-sync.c480 if (sync_ctx->need_space_seq == 0) {
645 if (sync_ctx->expunged_space > 0 && sync_ctx->need_space_seq == 0) {
689 if (sync_ctx->delay_writes && sync_ctx->need_space_seq == 0) {
704 if (ret == 0 && sync_ctx->need_space_seq == 0) {
706 sync_ctx->need_space_seq = sync_ctx->seq;
731 sync_ctx->need_space_seq--;
778 (sync_ctx->seq - sync_ctx->need_space_seq + 1);
809 sync_ctx->need_space_seq, last_seq) < 0)
818 sync_ctx->need_space_seq = 0;
1174 if (sync_ctx->need_space_seq !
[all...]
H A Dmbox-sync-private.h135 uint32_t seq, idx_seq, need_space_seq; member in struct:mbox_sync_context

Completed in 22 milliseconds