#include "setup.h"Go to the source code of this file.
Defines | |
| #define | Curl_tvnow() curlx_tvnow() |
| #define | Curl_tvdiff(x, y) curlx_tvdiff(x,y) |
| #define | Curl_tvdiff_secs(x, y) curlx_tvdiff_secs(x,y) |
Functions | |
| struct timeval | curlx_tvnow (void) |
| long | curlx_tvdiff (struct timeval t1, struct timeval t2) |
| double | curlx_tvdiff_secs (struct timeval t1, struct timeval t2) |
| long | Curl_tvlong (struct timeval t1) |
| #define Curl_tvdiff | ( | x, | |||
| y | ) | curlx_tvdiff(x,y) |
Definition at line 19 of file timeval.h.
Referenced by AllowServerConnect(), blockread_all(), ConnectionKillOne(), CreateConnection(), Curl_connecthost(), Curl_GetFTPResponse(), Curl_is_connected(), Curl_pgrsUpdate(), Curl_proxyCONNECT(), Curl_readwrite(), Curl_speedcheck(), Curl_telnet(), and ftp_state_timeout().
| #define Curl_tvdiff_secs | ( | x, | |||
| y | ) | curlx_tvdiff_secs(x,y) |
| #define Curl_tvnow | ( | ) | curlx_tvnow() |
Definition at line 18 of file timeval.h.
Referenced by AllowServerConnect(), blockread_all(), ConnectionKillOne(), CreateConnection(), Curl_connecthost(), Curl_expire(), Curl_file(), Curl_ftp_connect(), Curl_GetFTPResponse(), Curl_is_connected(), curl_multi_perform(), Curl_nbftpsendf(), Curl_output_digest(), Curl_pgrsStartNow(), Curl_pgrsTime(), Curl_pgrsUpdate(), Curl_protocol_connect(), Curl_proxyCONNECT(), Curl_readwrite(), Curl_readwrite_init(), Curl_telnet(), file_upload(), ftp_state_timeout(), ftp_statemach_act(), multi_socket(), multi_timeout(), and SetupConnection().
| 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().
1.5.6