/third_party/curl/lib/ |
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() 165 struct curltime Curl_now(void) in Curl_now() 173 struct curltime ret; in Curl_now() 182 struct curltime Curl_now(void) in Curl_now() 187 struct curltime no in Curl_now() [all...] |
H A D | timeval.h | 31 struct curltime { struct 36 struct curltime Curl_now(void); 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 | progress.h | 55 void Curl_ratelimit(struct Curl_easy *data, struct curltime now); 58 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer); 62 struct curltime start, 63 struct curltime now); 70 struct curltime timestamp);
|
H A D | splay.h | 34 struct curltime key; /* this node's "sort" key */ 38 struct Curl_tree *Curl_splay(struct curltime i, 41 struct Curl_tree *Curl_splayinsert(struct curltime key, 45 struct Curl_tree *Curl_splaygetbest(struct curltime key,
|
H A D | splay.c | 42 struct Curl_tree *Curl_splay(struct curltime i, in Curl_splay() 101 struct Curl_tree *Curl_splayinsert(struct curltime i, in Curl_splayinsert() 105 static const struct curltime KEY_NOTUSED = { in Curl_splayinsert() 155 struct Curl_tree *Curl_splaygetbest(struct curltime i, in Curl_splaygetbest() 159 static const struct curltime tv_zero = {0, 0}; in Curl_splaygetbest() 215 static const struct curltime KEY_NOTUSED = { in Curl_splayremove()
|
H A D | cf-https-connect.c | 56 struct curltime started; 101 struct curltime started; /* when connect started */ 205 struct curltime now) in time_to_start_h21() 242 struct curltime now; in cf_hc_connect() 359 static struct curltime cf_get_max_baller_time(struct Curl_cfilter *cf, in cf_get_max_baller_time() 365 struct curltime t, tmax; in cf_get_max_baller_time() 390 struct curltime *when = pres2; in cf_hc_query() 395 struct curltime *when = pres2; in cf_hc_query()
|
H A D | progress.c | 163 struct curltime timestamp) in Curl_pgrsTimeWas() 242 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer) in Curl_pgrsTime() 244 struct curltime now = Curl_now(); in Curl_pgrsTime() 287 struct curltime start, in Curl_pgrsLimitWaitTime() 288 struct curltime now) in Curl_pgrsLimitWaitTime() 337 void Curl_ratelimit(struct Curl_easy *data, struct curltime now) in Curl_ratelimit() 403 static bool progress_calc(struct Curl_easy *data, struct curltime now) in progress_calc() 592 struct curltime now = Curl_now(); /* what time is it */ in Curl_pgrsUpdate()
|
H A D | urldata.h | 665 struct curltime start; /* transfer started at this time */ 682 struct curltime start100; /* time stamp to wait for the 100 code from */ 726 struct curltime last_sndbuf_update; /* last time readwrite_upload called 946 struct curltime now; /* "current" time */ 947 struct curltime created; /* creation time */ 948 struct curltime lastused; /* when returned to the connection cache */ 967 struct curltime keepalive; 1190 struct curltime start; 1191 struct curltime t_startsingle; 1192 struct curltime t_starto [all...] |
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 | connect.c | 102 struct curltime *nowp, in Curl_timeleft() 107 struct curltime now; in Curl_timeleft() 345 struct curltime started; /* start of current attempt */ 372 struct curltime started; 548 struct curltime *now, in baller_connect() 587 struct curltime now; in is_connected() 960 static struct curltime get_max_baller_time(struct Curl_cfilter *cf, in get_max_baller_time() 965 struct curltime t, tmax; in get_max_baller_time() 1010 struct curltime *when = pres2; in cf_he_query() 1015 struct curltime *whe in cf_he_query() [all...] |
H A D | speedcheck.h | 33 struct curltime now);
|
H A D | rename.c | 48 struct curltime start = Curl_now(); in Curl_rename()
|
H A D | multi.c | 91 static CURLMcode add_next_timeout(struct curltime now, 1667 struct curltime *now, 1909 struct curltime *nowp, 2755 struct curltime now = Curl_now(); 3146 static CURLMcode add_next_timeout(struct curltime now, 3150 struct curltime *tv = &d->state.expiretime; 3199 struct curltime now = Curl_now(); 3432 static const struct curltime tv_zero = {0, 0}; 3441 struct curltime now = Curl_now(); 3491 static const struct curltime non [all...] |
H A D | multihandle.h | 148 struct curltime timer_lastcall; /* the fixed time for the timeout for the
|
H A D | conncache.h | 44 struct curltime last_cleanup;
|
H A D | connect.h | 37 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 | psl.c | 51 struct curltime now = Curl_now(); in now_seconds()
|
/third_party/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 */
|
/third_party/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 | unit2600.c | 104 struct curltime started; 105 struct curltime ended; 117 struct curltime started;
|
H A D | unit1606.c | 56 struct curltime now = {1, 0}; in runawhile()
|
/third_party/curl/lib/vtls/ |
H A D | schannel_int.h | 159 struct curltime time; /* when the cached store was created */
|