Lines Matching defs:nowp
1909 struct curltime *nowp,
1969 if(multi_handle_timeout(data, nowp, &stream_error, &result, FALSE)) {
1983 *nowp = Curl_pgrsTime(data, TIMER_STARTOP);
1995 *nowp = Curl_pgrsTime(data, TIMER_STARTSINGLE);
2023 *nowp = Curl_pgrsTime(data, TIMER_POSTQUEUE);
2409 result = Curl_speedcheck(data, *nowp);
2427 *nowp);
2436 *nowp);
2440 Curl_ratelimit(data, *nowp);
2461 *nowp);
2470 *nowp);
2473 Curl_ratelimit(data, *nowp);
2660 multi_handle_timeout(data, nowp, &stream_error, &result, TRUE);
3604 struct curltime *nowp = &data->state.expiretime;
3630 if(nowp->tv_sec || nowp->tv_usec) {
3634 timediff_t diff = Curl_timediff(set, *nowp);
3653 *nowp = set;
3655 multi->timetree = Curl_splayinsert(*nowp, multi->timetree,
3679 struct curltime *nowp = &data->state.expiretime;
3686 if(nowp->tv_sec || nowp->tv_usec) {
3705 nowp->tv_sec = 0;
3706 nowp->tv_usec = 0;