Lines Matching refs:nowp
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);
2241 *nowp);
2245 Curl_ratelimit(data, *nowp);
2267 *nowp);
2276 *nowp);
2279 Curl_ratelimit(data, *nowp);
3338 struct curltime *nowp = &data->state.expiretime; local
3364 if(nowp->tv_sec || nowp->tv_usec) {
3368 timediff_t diff = Curl_timediff(set, *nowp);
3388 *nowp = set;
3390 multi->timetree = Curl_splayinsert(*nowp, multi->timetree,
3414 struct curltime *nowp = &data->state.expiretime; local
3421 if(nowp->tv_sec || nowp->tv_usec) {
3441 nowp->tv_sec = 0;
3442 nowp->tv_usec = 0;