/curl/lib/ |
H A D | timeval.h | 31 struct curltime { struct 36 struct curltime Curl_now(void); argument 44 timediff_t Curl_timediff(struct curltime newer, struct curltime older); 52 timediff_t Curl_timediff_ceil(struct curltime newer, struct curltime older); 60 timediff_t Curl_timediff_us(struct curltime newer, struct curltime older);
|
H A D | timeval.c | 33 struct curltime Curl_now(void) in Curl_now() 35 struct curltime now; in Curl_now() 63 struct curltime Curl_now(void) in Curl_now() 75 struct curltime cnow; in Curl_now() 137 struct curltime Curl_now(void) in Curl_now() 146 struct curltime cnow; in Curl_now() 173 struct curltime ret; in Curl_now() 187 struct curltime now; in Curl_now() 201 timediff_t Curl_timediff(struct curltime newer, struct curltime older) in Curl_timediff() 215 timediff_t Curl_timediff_ceil(struct curltime newer, struct curltime older) in Curl_timediff_ceil() [all …]
|
H A D | splay.h | 35 struct curltime key; /* this node's "sort" key */ 39 struct Curl_tree *Curl_splay(struct curltime i, 42 struct Curl_tree *Curl_splayinsert(struct curltime key, 46 struct Curl_tree *Curl_splaygetbest(struct curltime key,
|
H A D | progress.h | 55 void Curl_ratelimit(struct Curl_easy *data, struct curltime now); 60 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer); 63 struct curltime now); 70 struct curltime timestamp);
|
H A D | connect.h | 38 struct curltime *nowp, 46 struct curltime *nowp); 51 struct curltime *nowp); 56 struct curltime *nowp);
|
H A D | splay.c | 43 struct Curl_tree *Curl_splay(struct curltime i, in Curl_splay() 102 struct Curl_tree *Curl_splayinsert(struct curltime i, in Curl_splayinsert() 106 static const struct curltime KEY_NOTUSED = { in Curl_splayinsert() 156 struct Curl_tree *Curl_splaygetbest(struct curltime i, in Curl_splaygetbest() 160 static const struct curltime tv_zero = {0, 0}; in Curl_splaygetbest() 217 static const struct curltime KEY_NOTUSED = { in Curl_splayremove()
|
H A D | speedcheck.c | 35 memset(&data->state.keeps_speed, 0, sizeof(struct curltime)); in Curl_speedinit() 42 struct curltime now) in Curl_speedcheck()
|
H A D | url.h | 74 struct curltime *nowp); 81 struct curltime *now);
|
H A D | speedcheck.h | 33 struct curltime now);
|
H A D | urldata.h | 841 struct curltime now; /* "current" time */ 842 struct curltime created; /* creation time */ 850 struct curltime start[2]; /* when filter shutdown started */ 869 struct curltime keepalive; 1056 struct curltime start; /* when measure started */ 1090 struct curltime start; 1091 struct curltime t_startsingle; 1092 struct curltime t_startop; 1093 struct curltime t_acceptdata; 1098 struct curltime speeder_time[ CURR_TIME ]; [all …]
|
H A D | connect.c | 102 struct curltime *nowp, in Curl_timeleft() 107 struct curltime now; in Curl_timeleft() 146 struct curltime *nowp) in Curl_shutdown_start() 148 struct curltime now; in Curl_shutdown_start() 163 struct curltime now; in Curl_shutdown_timeleft() 182 struct curltime now; in Curl_conn_shutdown_timeleft() 393 struct curltime started; 610 struct curltime now; in is_connected() 1033 struct curltime t, tmax; in get_max_baller_time() 1078 struct curltime *when = pres2; in cf_he_query() [all …]
|
H A D | progress.c | 161 struct curltime timestamp) in Curl_pgrsTimeWas() 240 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer) in Curl_pgrsTime() 242 struct curltime now = Curl_now(); in Curl_pgrsTime() 284 struct curltime now) in Curl_pgrsLimitWaitTime() 333 void Curl_ratelimit(struct Curl_easy *data, struct curltime now) in Curl_ratelimit() 404 static bool progress_calc(struct Curl_easy *data, struct curltime now) in progress_calc() 630 struct curltime now = Curl_now(); /* what time is it */ in Curl_pgrsUpdate() 640 struct curltime now = Curl_now(); /* what time is it */ in Curl_pgrsUpdate_nometer()
|
H A D | rename.c | 48 struct curltime start = Curl_now(); in Curl_rename()
|
H A D | cf-https-connect.c | 56 struct curltime started; 117 struct curltime started; /* when connect started */ 223 struct curltime now) in time_to_start_h21() 260 struct curltime now; in cf_hc_connect() 420 static struct curltime cf_get_max_baller_time(struct Curl_cfilter *cf, in cf_get_max_baller_time() 426 struct curltime t, tmax; in cf_get_max_baller_time() 453 struct curltime *when = pres2; in cf_hc_query() 458 struct curltime *when = pres2; in cf_hc_query()
|
H A D | multihandle.h | 158 struct curltime last_expire_ts; /* timestamp of last expiry */
|
H A D | psl.c | 51 struct curltime now = Curl_now(); in now_seconds()
|
H A D | transfer.h | 45 CURLcode Curl_sendrecv(struct Curl_easy *data, struct curltime *nowp);
|
H A D | pingpong.h | 57 struct curltime response; /* set to Curl_now() when a command has been sent
|
H A D | multi.c | 1254 struct curltime expire_time; 1679 struct curltime since; 2987 struct curltime now = Curl_now(); 3429 struct curltime *tv = &d->state.expiretime; 3470 struct curltime now; 3740 struct curltime now = Curl_now(); 3774 struct curltime expire_time; 3795 struct curltime expire_ts; 3890 struct curltime *stamp, 3930 struct curltime set; [all …]
|
/curl/lib/vquic/ |
H A D | vquic_int.h | 43 struct curltime first_byte_at; /* when first byte was recvd */ 44 struct curltime last_op; /* last (attempted) send/recv operation */ 45 struct curltime last_io; /* last successful socket IO */
|
/curl/tests/unit/ |
H A D | unit1323.c | 39 struct curltime first; 40 struct curltime second;
|
H A D | unit1309.c | 81 struct curltime tv_now = {0, 0}; 86 struct curltime key; 116 struct curltime key;
|
H A D | unit1399.c | 47 struct curltime fake_now, in fake_t_startsingle_time() 85 struct curltime now = Curl_now();
|
H A D | unit1606.c | 56 struct curltime now = {1, 0}; in runawhile()
|
/curl/lib/vtls/ |
H A D | gtls.h | 53 struct curltime time; /* when the shared creds was created */
|