Searched refs:runawhile (Results 1 – 1 of 1) sorted by relevance
/external/curl/tests/unit/ |
D | unit1606.c | 46 static int runawhile(long time_limit, in runawhile() function 77 fail_unless(runawhile(41, 41, 40, 0) == 41, 79 fail_unless(runawhile(21, 21, 20, 0) == 21, 81 fail_unless(runawhile(60, 60, 40, 0) == 60, 83 fail_unless(runawhile(50, 50, 40, 0) == 50, 85 fail_unless(runawhile(40, 40, 40, 0) == 99, 87 fail_unless(runawhile(10, 50, 100, 2) == 36,
|