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

/dovecot/src/lib-index/
H A Dtest-mail-index-transaction-update.c461 static bool test_flag_update_pos(struct mail_index_transaction *t, function
491 test_assert(test_flag_update_pos(t, 1, 0));
492 test_assert(test_flag_update_pos(t, 2, 1));
493 test_assert(test_flag_update_pos(t, 3, 1));
494 test_assert(test_flag_update_pos(t, 4, 1));
495 test_assert(test_flag_update_pos(t, 5, 2));
496 test_assert(test_flag_update_pos(t, 6, 2));
497 test_assert(test_flag_update_pos(t, 7, 2));
498 test_assert(test_flag_update_pos(t, 8, 3));
499 test_assert(test_flag_update_pos(
[all...]

Completed in 10 milliseconds