Lines Matching refs:started
345 struct curltime started; /* start of current attempt */
351 BIT(has_started); /* attempts have started */
372 struct curltime started;
492 * could be created and the non-blocking connect started.
505 baller->started = Curl_now();
562 else if(Curl_timediff(*now, baller->started) >= baller->timeoutms) {
638 /* next attempt was started */
671 Curl_timediff(now, ctx->started) >= baller->delay_ms) {
702 CURL_TRC_CF(data, cf, "%s assess started=%d, result=%d",
760 ctx->started = Curl_now();