Searched refs:curltime (Results 1 – 25 of 36) sorted by relevance
12
/third_party/curl/lib/ |
D | timeval.c | 32 struct curltime Curl_now(void) in Curl_now() 34 struct curltime now; in Curl_now() 61 struct curltime Curl_now(void) in Curl_now() 73 struct curltime cnow; in Curl_now() 122 struct curltime Curl_now(void) in Curl_now() 131 struct curltime cnow; in Curl_now() 150 struct curltime Curl_now(void) in Curl_now() 158 struct curltime ret; in Curl_now() 167 struct curltime Curl_now(void) in Curl_now() 172 struct curltime now; in Curl_now() [all …]
|
D | timeval.h | 35 struct curltime { struct 40 struct curltime Curl_now(void); argument 48 timediff_t Curl_timediff(struct curltime t1, struct curltime t2); 56 timediff_t Curl_timediff_us(struct curltime newer, struct curltime older);
|
D | splay.h | 32 struct curltime key; /* this node's "sort" key */ 36 struct Curl_tree *Curl_splay(struct curltime i, 39 struct Curl_tree *Curl_splayinsert(struct curltime key, 43 struct Curl_tree *Curl_splaygetbest(struct curltime key,
|
D | progress.h | 49 void Curl_ratelimit(struct Curl_easy *data, struct curltime now); 52 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer); 56 struct curltime start, 57 struct curltime now);
|
D | splay.c | 40 struct Curl_tree *Curl_splay(struct curltime i, in Curl_splay() 99 struct Curl_tree *Curl_splayinsert(struct curltime i, in Curl_splayinsert() 103 static const struct curltime KEY_NOTUSED = { in Curl_splayinsert() 153 struct Curl_tree *Curl_splaygetbest(struct curltime i, in Curl_splaygetbest() 157 static struct curltime tv_zero = {0, 0}; in Curl_splaygetbest() 213 static const struct curltime KEY_NOTUSED = { in Curl_splayremove()
|
D | urldata.h | 649 struct curltime start; /* transfer started at this time */ 650 struct curltime now; /* current time */ 666 struct curltime start100; /* time stamp to wait for the 100 code from */ 987 struct curltime now; /* "current" time */ 988 struct curltime created; /* creation time */ 989 struct curltime lastused; /* when returned to the connection cache */ 1018 struct curltime connecttime; 1031 struct curltime keepalive; 1206 struct curltime start; 1207 struct curltime t_startsingle; [all …]
|
D | speedcheck.c | 33 memset(&data->state.keeps_speed, 0, sizeof(struct curltime)); in Curl_speedinit() 40 struct curltime now) in Curl_speedcheck()
|
D | progress.c | 172 struct curltime Curl_pgrsTime(struct Curl_easy *data, timerid timer) in Curl_pgrsTime() 174 struct curltime now = Curl_now(); in Curl_pgrsTime() 274 struct curltime start, in Curl_pgrsLimitWaitTime() 275 struct curltime now) in Curl_pgrsLimitWaitTime() 323 void Curl_ratelimit(struct Curl_easy *data, struct curltime now) in Curl_ratelimit() 384 static bool progress_calc(struct Curl_easy *data, struct curltime now) in progress_calc() 573 struct curltime now = Curl_now(); /* what time is it */ in Curl_pgrsUpdate()
|
D | speedcheck.h | 31 struct curltime now);
|
D | rename.c | 46 struct curltime start = Curl_now(); in Curl_rename()
|
D | multihandle.h | 139 struct curltime timer_lastcall; /* the fixed time for the timeout for the
|
D | asyn-ares.c | 93 struct curltime happy_eyeballs_dns_time; /* when this timer started, or 0 */ 415 struct curltime now = Curl_now(); in Curl_resolver_wait_resolv() 463 struct curltime now2 = Curl_now(); in Curl_resolver_wait_resolv()
|
D | multi.c | 76 static CURLMcode add_next_timeout(struct curltime now, 1550 struct curltime *now, 1718 struct curltime *nowp, 2545 struct curltime now = Curl_now(); 2902 static CURLMcode add_next_timeout(struct curltime now, 2906 struct curltime *tv = &d->state.expiretime; 2955 struct curltime now = Curl_now(); 3174 static struct curltime tv_zero = {0, 0}; 3178 struct curltime now = Curl_now(); 3237 static const struct curltime none = {0, 0}; [all …]
|
D | psl.c | 49 struct curltime now = Curl_now(); in now_seconds()
|
D | pingpong.h | 60 struct curltime response; /* set to Curl_now() when a command has been sent
|
D | conncache.h | 40 struct curltime last_cleanup;
|
D | connect.h | 42 struct curltime *nowp,
|
D | rand.c | 89 struct curltime now = Curl_now(); in randit()
|
D | conncache.c | 446 struct curltime now; in Curl_conncache_extract_bundle() 495 struct curltime now; in Curl_conncache_extract_oldest()
|
D | easy.c | 499 struct curltime before; in wait_or_timeout() 500 struct curltime after; in wait_or_timeout()
|
/third_party/curl/tests/unit/ |
D | unit1309.c | 79 struct curltime tv_now = {0, 0}; 84 struct curltime key; 114 struct curltime key;
|
D | unit1323.c | 37 struct curltime first; 38 struct curltime second;
|
D | unit1399.c | 45 struct curltime fake_now, in fake_t_startsingle_time() 83 struct curltime now = Curl_now();
|
D | unit1606.c | 54 struct curltime now = {1, 0}; in runawhile()
|
D | unit1303.c | 79 struct curltime now;
|
12