Lines Matching defs:now
107 struct curltime now;
118 now = Curl_now();
119 nowp = &now;
548 struct curltime *now,
562 else if(Curl_timediff(*now, baller->started) >= baller->timeoutms) {
587 struct curltime now;
600 now = Curl_now();
612 baller->result = baller_connect(cf, data, baller, &now, connected);
633 baller_start_next(cf, data, baller, Curl_timeleft(data, &now, TRUE));
653 if((ongoing || not_started) && Curl_timeleft(data, &now, TRUE) < 0) {
655 Curl_timediff(now, data->progress.t_startsingle));
659 /* Check if we have any waiting ballers to start now. */
671 Curl_timediff(now, ctx->started) >= baller->delay_ms) {
672 baller_start(cf, data, baller, Curl_timeleft(data, &now, TRUE));
725 Curl_timediff(now, data->progress.t_startsingle),
812 NULL, 0, /* no primary/delay, start now */