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

/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-purge.c46 HASH_TABLE(void *, void *) altmoves; member in struct:mdbox_purge_context
180 value = hash_table_lookup(ctx->altmoves, POINTER_CAST(map_uid));
478 hash_table_create_direct(&ctx->altmoves, pool, 0);
488 hash_table_destroy(&ctx->altmoves);
605 hash_table_insert(ctx->altmoves,
639 hash_table_update(ctx->altmoves, POINTER_CAST(cur_map_uid),
643 ctx->have_altmoves = hash_table_count(ctx->altmoves) > 0;

Completed in 769 milliseconds