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

/dovecot/src/lib/
H A Dtest-strnum.c238 } u64tests[] = { local
251 for (i = 0; i < N_ELEMENTS(u64tests); ++i) {
253 int ret = str_to_uint64(u64tests[i].input, &val);
254 test_assert_idx(ret == u64tests[i].ret, i);
256 test_assert_idx(val == u64tests[i].val, i);
262 const char *longer = t_strconcat(u64tests[i].input, "x", NULL);

Completed in 610 milliseconds