Home
last modified time | relevance | path

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

/external/curl/tests/unit/
Dunit1399.c53 static bool usec_matches_seconds(time_t time_usec, int expected_seconds) in usec_matches_seconds() function
67 fail_unless(usec_matches_seconds(data->progress.t_nslookup, seconds), msg); in expect_timer_seconds()
68 fail_unless(usec_matches_seconds(data->progress.t_connect, seconds), msg); in expect_timer_seconds()
69 fail_unless(usec_matches_seconds(data->progress.t_appconnect, seconds), msg); in expect_timer_seconds()
70 fail_unless(usec_matches_seconds(data->progress.t_pretransfer, seconds), in expect_timer_seconds()
72 fail_unless(usec_matches_seconds(data->progress.t_starttransfer, seconds), in expect_timer_seconds()