Searched refs:nowp (Results 1 – 7 of 7) sorted by relevance
/curl/lib/ |
H A D | connect.h | 38 struct curltime *nowp, 46 struct curltime *nowp); 51 struct curltime *nowp); 56 struct curltime *nowp);
|
H A D | connect.c | 102 struct curltime *nowp, in Curl_timeleft() argument 117 if(!nowp) { in Curl_timeleft() 119 nowp = &now; in Curl_timeleft() 146 struct curltime *nowp) in Curl_shutdown_start() argument 151 if(!nowp) { in Curl_shutdown_start() 153 nowp = &now; in Curl_shutdown_start() 169 if(!nowp) { in Curl_shutdown_timeleft() 171 nowp = &now; in Curl_shutdown_timeleft() 188 if(!nowp) { in Curl_conn_shutdown_timeleft() 190 nowp = &now; in Curl_conn_shutdown_timeleft() [all …]
|
H A D | url.h | 74 struct curltime *nowp);
|
H A D | multi.c | 2148 Curl_ratelimit(data, *nowp); 2158 result = Curl_sendrecv(data, nowp); 2427 result = Curl_speedcheck(data, *nowp); 2444 *nowp); 2450 *nowp); 2454 Curl_ratelimit(data, *nowp); 2568 *nowp = Curl_pgrsTime(data, TIMER_POSTQUEUE); 3942 set = *nowp; 4031 if(nowp->tv_sec || nowp->tv_usec) { 4048 nowp->tv_sec = 0; [all …]
|
H A D | transfer.h | 45 CURLcode Curl_sendrecv(struct Curl_easy *data, struct curltime *nowp);
|
H A D | transfer.c | 420 CURLcode Curl_sendrecv(struct Curl_easy *data, struct curltime *nowp) in Curl_sendrecv() argument 426 DEBUGASSERT(nowp); in Curl_sendrecv() 474 result = Curl_speedcheck(data, *nowp); in Curl_sendrecv() 479 if(0 > Curl_timeleft(data, nowp, FALSE)) { in Curl_sendrecv() 484 Curl_timediff(*nowp, data->progress.t_startsingle), in Curl_sendrecv() 490 Curl_timediff(*nowp, data->progress.t_startsingle), in Curl_sendrecv()
|
H A D | conncache.c | 964 struct curltime *nowp = NULL; in cpool_perform() local 989 if(!nowp) { in cpool_perform() 991 nowp = &now; in cpool_perform() 993 ms = Curl_conn_shutdown_timeleft(conn, nowp); in cpool_perform()
|
Completed in 36 milliseconds