Searched refs:nowp (Results 1 – 3 of 3) sorted by relevance
/external/curl/lib/ |
D | multi.c | 1704 struct curltime *nowp, argument 1745 timeout_ms = Curl_timeleft(data, nowp, 1754 Curl_timediff(*nowp, data->progress.t_startsingle)); 1758 Curl_timediff(*nowp, data->progress.t_startsingle)); 1765 Curl_timediff(*nowp, data->progress.t_startsingle), 1772 Curl_timediff(*nowp, data->progress.t_startsingle), 1797 *nowp = Curl_pgrsTime(data, TIMER_STARTOP); 1814 *nowp = Curl_pgrsTime(data, TIMER_STARTSINGLE); 2222 result = Curl_speedcheck(data, *nowp); 2232 *nowp); [all …]
|
D | connect.h | 40 struct curltime *nowp,
|
D | connect.c | 183 struct curltime *nowp, in Curl_timeleft() argument 220 if(!nowp) { in Curl_timeleft() 222 nowp = &now; in Curl_timeleft() 228 timeout_ms -= Curl_timediff(*nowp, data->progress.t_startsingle); in Curl_timeleft() 231 timeout_ms -= Curl_timediff(*nowp, data->progress.t_startop); in Curl_timeleft()
|