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

/dovecot/src/lib-index/
H A Dmail-index-strmap.c613 const struct mail_index_strmap_rec *hash_rec,
619 if (!mail_index_lookup_seq(ctx->view->view, hash_rec->uid, &seq)) {
632 return ctx->view->rec_compare(&ctx->rec, hash_rec,
640 struct mail_index_strmap_rec *hash_rec; local
659 while ((hash_rec = hash2_iterate(ctx->view->hash,
661 hash_rec->str_idx != ctx->rec.str_idx) {
663 if (!strmap_view_sync_handle_conflict(ctx, hash_rec, &iter)) {
664 ctx->lost_expunged_uid = hash_rec->uid;
674 struct mail_index_strmap_rec *hash_rec; local
699 hash_rec
612 strmap_view_sync_handle_conflict(struct mail_index_strmap_read_context *ctx, const struct mail_index_strmap_rec *hash_rec, struct hash2_iter *iter) argument
822 struct mail_index_strmap_rec *recs, *hash_rec; local
[all...]

Completed in 198 milliseconds