Home | History | Annotate | Download | only in lib

Lines Matching refs:nowp

176  * If 'nowp' is non-NULL, it points to the current time.
183 struct timeval *nowp,
220 if(!nowp) {
222 nowp = &now;
228 timeout_ms -= Curl_tvdiff(*nowp, data->progress.t_startsingle);
231 timeout_ms -= Curl_tvdiff(*nowp, data->progress.t_startop);