Home
last modified time | relevance | path

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

/curl/tests/unit/
H A Dunit1399.c55 static bool usec_matches_seconds(timediff_t time_usec, int expected_seconds) in usec_matches_seconds() function
69 fail_unless(usec_matches_seconds(data->progress.t_nslookup, seconds), msg); in expect_timer_seconds()
70 fail_unless(usec_matches_seconds(data->progress.t_connect, seconds), msg); in expect_timer_seconds()
71 fail_unless(usec_matches_seconds(data->progress.t_appconnect, seconds), msg); in expect_timer_seconds()
72 fail_unless(usec_matches_seconds(data->progress.t_pretransfer, seconds), in expect_timer_seconds()
74 fail_unless(usec_matches_seconds(data->progress.t_starttransfer, seconds), in expect_timer_seconds()

Completed in 4 milliseconds