Home
last modified time | relevance | path

Searched refs:curltime (Results 1 – 25 of 36) sorted by relevance

12

/third_party/curl/lib/
Dtimeval.c32 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 …]
Dtimeval.h35 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);
Dsplay.h32 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,
Dprogress.h49 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);
Dsplay.c40 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()
Durldata.h649 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 …]
Dspeedcheck.c33 memset(&data->state.keeps_speed, 0, sizeof(struct curltime)); in Curl_speedinit()
40 struct curltime now) in Curl_speedcheck()
Dprogress.c172 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()
Dspeedcheck.h31 struct curltime now);
Drename.c46 struct curltime start = Curl_now(); in Curl_rename()
Dmultihandle.h139 struct curltime timer_lastcall; /* the fixed time for the timeout for the
Dasyn-ares.c93 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()
Dmulti.c76 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 …]
Dpsl.c49 struct curltime now = Curl_now(); in now_seconds()
Dpingpong.h60 struct curltime response; /* set to Curl_now() when a command has been sent
Dconncache.h40 struct curltime last_cleanup;
Dconnect.h42 struct curltime *nowp,
Drand.c89 struct curltime now = Curl_now(); in randit()
Dconncache.c446 struct curltime now; in Curl_conncache_extract_bundle()
495 struct curltime now; in Curl_conncache_extract_oldest()
Deasy.c499 struct curltime before; in wait_or_timeout()
500 struct curltime after; in wait_or_timeout()
/third_party/curl/tests/unit/
Dunit1309.c79 struct curltime tv_now = {0, 0};
84 struct curltime key;
114 struct curltime key;
Dunit1323.c37 struct curltime first;
38 struct curltime second;
Dunit1399.c45 struct curltime fake_now, in fake_t_startsingle_time()
83 struct curltime now = Curl_now();
Dunit1606.c54 struct curltime now = {1, 0}; in runawhile()
Dunit1303.c79 struct curltime now;

12