#include "curl_setup.h"

Go to the source code of this file.
Classes | |
| struct | curltime |
Macros | |
| #define | Curl_tvdiff(x, y) curlx_tvdiff(x,y) |
| #define | Curl_tvnow() curlx_tvnow() |
Functions | |
| time_t | Curl_tvdiff_us (struct curltime newer, struct curltime older) |
| time_t | curlx_tvdiff (struct curltime t1, struct curltime t2) |
| struct curltime | curlx_tvnow (void) |
| #define Curl_tvdiff | ( | x, | |
| y | |||
| ) | curlx_tvdiff(x,y) |
| #define Curl_tvnow | ( | ) | curlx_tvnow() |