Home
last modified time | relevance | path

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

12

/external/curl/lib/
Dtimeval.c31 struct curltime Curl_now(void) in Curl_now()
33 struct curltime now; in Curl_now()
60 struct curltime Curl_now(void) in Curl_now()
70 struct curltime cnow; in Curl_now()
117 struct curltime Curl_now(void) in Curl_now()
126 struct curltime cnow; in Curl_now()
145 struct curltime Curl_now(void) in Curl_now()
153 struct curltime ret; in Curl_now()
162 struct curltime Curl_now(void) in Curl_now()
167 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,
44 struct Curl_tree *Curl_splayremove(struct curltime key,
49 struct Curl_tree *Curl_splaygetbest(struct curltime key,
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_splayremovebyaddr()
Durldata.h560 struct curltime start; /* transfer started at this time */
561 struct curltime now; /* current time */
581 struct curltime start100; /* time stamp to wait for the 100 code from */
872 struct curltime now; /* "current" time */
873 struct curltime created; /* creation time */
897 struct curltime connecttime;
911 struct curltime keepalive;
1113 struct curltime start;
1114 struct curltime t_startsingle;
1115 struct curltime t_startop;
[all …]
Dprogress.h49 void Curl_ratelimit(struct Curl_easy *data, struct curltime now);
56 struct curltime start,
57 struct curltime now);
Dspeedcheck.c33 memset(&data->state.keeps_speed, 0, sizeof(struct curltime)); in Curl_speedinit()
40 struct curltime now) in Curl_speedcheck()
Dprogress.c168 struct curltime now = Curl_now(); in Curl_pgrsTime()
265 struct curltime start, in Curl_pgrsLimitWaitTime()
266 struct curltime now) in Curl_pgrsLimitWaitTime()
314 void Curl_ratelimit(struct Curl_easy *data, struct curltime now) in Curl_ratelimit()
371 struct curltime now; in Curl_pgrsUpdate()
Dspeedcheck.h31 struct curltime now);
Dselect.c81 struct curltime initial_tv; in Curl_wait_ms()
161 struct curltime initial_tv = {0, 0}; in Curl_socket_check()
402 struct curltime initial_tv = {0, 0}; in Curl_poll()
Dmulti.c77 static CURLMcode add_next_timeout(struct curltime now,
1258 struct curltime now, in multi_runsingle()
2124 struct curltime now = Curl_now(); in curl_multi_perform()
2482 static CURLMcode add_next_timeout(struct curltime now, in add_next_timeout()
2486 struct curltime *tv = &d->state.expiretime; in add_next_timeout()
2535 struct curltime now = Curl_now(); in multi_socket()
2781 static struct curltime tv_zero = {0, 0}; in multi_timeout()
2785 struct curltime now = Curl_now(); in multi_timeout()
2844 static const struct curltime none = {0, 0}; in update_timer()
2895 struct curltime *stamp, in multi_addtimeout()
[all …]
Dmultihandle.h153 struct curltime timer_lastcall; /* the fixed time for the timeout for the
Dpingpong.h61 struct curltime response; /* set to Curl_now() when a command has been sent
Dconncache.h36 struct curltime last_cleanup;
Dpsl.c49 struct curltime now = Curl_now(); in now_seconds()
Dconnect.h40 struct curltime *nowp,
Drand.c89 struct curltime now = Curl_now(); in randit()
Dconncache.c468 struct curltime now; in Curl_conncache_extract_bundle()
518 struct curltime now; in Curl_conncache_extract_oldest()
Dasyn-ares.c389 struct curltime now = Curl_now(); in Curl_resolver_wait_resolv()
434 struct curltime now2 = Curl_now(); in Curl_resolver_wait_resolv()
Dconnect.c185 struct curltime *nowp, in Curl_timeleft()
190 struct curltime now; in Curl_timeleft()
743 struct curltime now; in Curl_is_connected()
1188 struct curltime before = Curl_now(); in Curl_connecthost()
/external/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.c52 struct curltime now = {1, 0}; in runawhile()
Dunit1303.c77 struct curltime now;

12