#include "timeval.h"Go to the source code of this file.
Functions | |
| static int | gettimeofday (struct timeval *tp, void *nothing) |
| struct timeval | curlx_tvnow (void) |
| long | curlx_tvdiff (struct timeval newer, struct timeval older) |
| double | curlx_tvdiff_secs (struct timeval newer, struct timeval older) |
| long | Curl_tvlong (struct timeval t1) |
| long Curl_tvlong | ( | struct timeval | t1 | ) |
Definition at line 113 of file timeval.c.
References timeval::tv_sec.
Referenced by Curl_speedcheck().
Definition at line 95 of file timeval.c.
References timeval::tv_sec, and timeval::tv_usec.
Referenced by Curl_expire().
| struct timeval curlx_tvnow | ( | void | ) | [read] |
Definition at line 82 of file timeval.c.
References gettimeofday(), and NULL.
Referenced by Curl_poll(), Curl_socket_ready(), and wait_ms().
| static int gettimeofday | ( | struct timeval * | tp, | |
| void * | nothing | |||
| ) | [static] |
Definition at line 71 of file timeval.c.
References NULL, timeval::tv_sec, and timeval::tv_usec.
Referenced by curlx_tvnow().
1.5.6