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

/dovecot/src/lib-storage/index/
H A Dindex-search-private.h32 unsigned long long cost, next_time_check_cost; member in struct:index_search_context
H A Dindex-search.c1553 if (ctx->cost < ctx->next_time_check_cost)
1573 guess_cost = ctx->cost *
1586 ctx->cost = 0;
1659 ctx->cost += cost2 - cost1;
1668 ctx->cost += cost2 - cost1;

Completed in 30 milliseconds