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

/dovecot/src/lib/
H A Dtest-array.c127 static int test_int_compare(const int *key, const int *elem) function
155 output = array_lsearch(&intarr, &input[i], test_int_compare);
160 output = array_lsearch(&intarr, &tmpi, test_int_compare);

Completed in 869 milliseconds