#include "timeval.h"
Go to the source code of this file.
Functions | |
time_t | Curl_tvlong (struct timeval t1) |
time_t | curlx_tvdiff (struct timeval newer, struct timeval older) |
double | curlx_tvdiff_secs (struct timeval newer, struct timeval older) |
struct timeval | curlx_tvnow (void) |
time_t Curl_tvlong | ( | struct timeval | t1 | ) |
time_t curlx_tvdiff | ( | struct timeval | newer, |
struct timeval | older | ||
) |
double curlx_tvdiff_secs | ( | struct timeval | newer, |
struct timeval | older | ||
) |
struct timeval curlx_tvnow | ( | void | ) | [read] |