Home | History | Annotate | Download | only in lib

Lines Matching full:nowp

175  * If 'nowp' is non-NULL, it points to the current time.
182 struct timeval *nowp,
219 if(!nowp) {
221 nowp = &now;
227 timeout_ms -= Curl_tvdiff(*nowp, data->progress.t_startsingle);
230 timeout_ms -= Curl_tvdiff(*nowp, data->progress.t_startop);