Home
last modified time | relevance | path

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

123

/curl/lib/
H A Dtimeval.h31 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 Dtimeval.c33 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 Dsplay.h35 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 Dprogress.h55 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 Dconnect.h38 struct curltime *nowp,
46 struct curltime *nowp);
51 struct curltime *nowp);
56 struct curltime *nowp);
H A Dsplay.c43 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 Dspeedcheck.c35 memset(&data->state.keeps_speed, 0, sizeof(struct curltime)); in Curl_speedinit()
42 struct curltime now) in Curl_speedcheck()
H A Durl.h74 struct curltime *nowp);
81 struct curltime *now);
H A Dspeedcheck.h33 struct curltime now);
H A Durldata.h841 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 Dconnect.c102 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 Dprogress.c161 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 Drename.c48 struct curltime start = Curl_now(); in Curl_rename()
H A Dcf-https-connect.c56 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 Dmultihandle.h158 struct curltime last_expire_ts; /* timestamp of last expiry */
H A Dpsl.c51 struct curltime now = Curl_now(); in now_seconds()
H A Dtransfer.h45 CURLcode Curl_sendrecv(struct Curl_easy *data, struct curltime *nowp);
H A Dpingpong.h57 struct curltime response; /* set to Curl_now() when a command has been sent
H A Dmulti.c1254 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 Dvquic_int.h43 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 Dunit1323.c39 struct curltime first;
40 struct curltime second;
H A Dunit1309.c81 struct curltime tv_now = {0, 0};
86 struct curltime key;
116 struct curltime key;
H A Dunit1399.c47 struct curltime fake_now, in fake_t_startsingle_time()
85 struct curltime now = Curl_now();
H A Dunit1606.c56 struct curltime now = {1, 0}; in runawhile()
/curl/lib/vtls/
H A Dgtls.h53 struct curltime time; /* when the shared creds was created */

Completed in 84 milliseconds

123