Home
last modified time | relevance | path

Searched refs:RESLIST_SMAX (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/apr-util/test/
Dtestreslist.c35 #define RESLIST_SMAX 10 macro
190 for (i = RESLIST_SMAX - 1; i < RESLIST_HMAX; i++) { in test_shrinking()
209 for (i = 0; i < RESLIST_SMAX - 1; i++) { in test_shrinking()
234 rv = apr_reslist_create(&rl, RESLIST_MIN, RESLIST_SMAX, RESLIST_HMAX, in test_reslist()
255 ABTS_INT_EQUAL(tc, RESLIST_SMAX, params->c_count - params->d_count); in test_reslist()