Searched refs:gettimeofday (Results 1 – 9 of 9) sorted by relevance
/curl/tests/libtest/ |
H A D | testutil.c | 69 (void)gettimeofday(&now, NULL); in tutil_tvnow() 89 (void)gettimeofday(&now, NULL); in tutil_tvnow()
|
/curl/src/ |
H A D | tool_util.c | 89 (void)gettimeofday(&now, NULL); in tvnow() 109 (void)gettimeofday(&now, NULL); in tvnow()
|
/curl/lib/ |
H A D | timeval.c | 119 (void)gettimeofday(&now, NULL); in Curl_now() 174 (void)gettimeofday(&now, NULL); in Curl_now()
|
H A D | curl_config.h.cmake | 303 /* Define to 1 if you have the `gettimeofday' function. */
|
/curl/docs/examples/ |
H A D | http2-upload.c | 55 #define gettimeofday(a, b) my_gettimeofday((a), (b)) macro 146 gettimeofday(&tv, NULL); in my_trace()
|
/curl/tests/ |
H A D | serverhelp.pm | 78 my ($seconds, $usec) = gettimeofday();
|
/curl/tests/server/ |
H A D | util.c | 417 (void)gettimeofday(&now, NULL); in tvnow() 437 (void)gettimeofday(&now, NULL); in tvnow()
|
/curl/ |
H A D | CMakeLists.txt | 1577 check_function_exists("gettimeofday" HAVE_GETTIMEOFDAY) # sys/time.h
|
H A D | configure.ac | 4179 gettimeofday \
|
Completed in 55 milliseconds