Home
last modified time | relevance | path

Searched refs:nowp (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dconnect.h38 struct curltime *nowp,
H A Dmulti.c2408 result = Curl_speedcheck(data, *nowp);
2426 *nowp);
2435 *nowp);
2439 Curl_ratelimit(data, *nowp);
2471 Curl_ratelimit(data, *nowp);
3633 if(nowp->tv_sec || nowp->tv_usec) {
3637 timediff_t diff = Curl_timediff(set, *nowp);
3656 *nowp = set;
3689 if(nowp->tv_sec || nowp->tv_usec) {
3708 nowp->tv_sec = 0;
[all …]
H A Dconnect.c102 struct curltime *nowp, in Curl_timeleft() argument
117 if(!nowp) { in Curl_timeleft()
119 nowp = &now; in Curl_timeleft()
124 Curl_timediff(*nowp, data->progress.t_startop); in Curl_timeleft()
135 Curl_timediff(*nowp, data->progress.t_startsingle); in Curl_timeleft()

Completed in 39 milliseconds