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

/dovecot/src/lib-storage/index/mbox/
H A Dmbox-sync-update.c30 size_t pos, size_t need, size_t have)
32 ssize_t diff = (ssize_t)need - (ssize_t)have;
35 i_assert(have < SSIZE_T_MAX);
38 if (ctx->header_last_change < pos + have ||
40 ctx->header_last_change = pos + have;
56 ctx->mail.offset > ctx->hdr_offset + pos + have);
78 int i, need, have; local
91 /* how many bytes do we have now? */
93 for (have = 0; pos < size; pos++) {
104 have
29 mbox_sync_move_buffer(struct mbox_sync_mail_context *ctx, size_t pos, size_t need, size_t have) argument
[all...]

Completed in 11 milliseconds