Home
last modified time | relevance | path

Searched refs:not_started (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/
H A Dconnect.c589 int ongoing, not_started; in is_connected() local
601 ongoing = not_started = 0; in is_connected()
609 ++not_started; in is_connected()
653 if((ongoing || not_started) && Curl_timeleft(data, &now, TRUE) < 0) { in is_connected()
660 if(not_started > 0) { in is_connected()

Completed in 3 milliseconds