Searched refs:have (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-sync-update.c | 30 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...] |
H A D | mbox-sync-private.h | 61 /* following variables have a bit overloaded functionality: 179 size_t pos, size_t need, size_t have);
|
/dovecot/src/lib-fts/ |
H A D | fts-tokenizer-generic.c | 114 apostrophe, because otherwise the token would have already 575 so by this point we must have something here - even if we just
|
Completed in 9 milliseconds