Lines Matching defs:done
80 * our progress bars and "upload done" reporting closer to reality */
197 bool send_closed; /* transfer is done sending, we might have still
1671 CURL_TRC_CF(data, cf, "[%d] data done send", stream->id);
1948 * (unlikely) or the transfer has been done, cleaned up its resources, but
2050 if(!stream->h1.done) {
2288 /* nghttp2 thinks this session is done. If the stream has not been
2359 bool blocking, bool *done)
2366 *done = TRUE;
2372 result = Curl_conn_cf_connect(cf->next, data, blocking, done);
2373 if(result || !*done)
2377 *done = FALSE;
2398 *done = TRUE;
2403 CURL_TRC_CF(data, cf, "cf_connect() -> %d, %d, ", result, *done);
2727 bool done;
2728 return Curl_conn_cf_connect(cf, data, FALSE, &done);
2755 bool done;
2756 return Curl_conn_cf_connect(cf_h2, data, FALSE, &done);
2812 bool done;
2813 return Curl_conn_cf_connect(cf, data, FALSE, &done);