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

/dovecot/src/lib-storage/index/
H A Dindex-sort-string.c546 unsigned int i, count, rightmost_idx, skip; local
553 rightmost_idx = count - 1;
574 i_assert(right_idx == rightmost_idx);
595 while (right_idx < rightmost_idx) {
602 i_assert(right_idx == rightmost_idx);
610 i_assert(left_idx == 0 && right_idx == rightmost_idx);

Completed in 10 milliseconds