Lines Matching defs:done
130 bool *done)
135 b->result = Curl_conn_cf_connect(cf->next, data, FALSE, done);
239 bool blocking, bool *done)
247 *done = TRUE;
251 *done = FALSE;
273 result = cf_hc_baller_connect(&ctx->h3_baller, cf, data, done);
274 if(!result && *done) {
287 result = cf_hc_baller_connect(&ctx->h21_baller, cf, data, done);
288 if(!result && *done) {
304 *done = FALSE;
310 *done = FALSE;
316 *done = TRUE;
321 CURL_TRC_CF(data, cf, "connect -> %d, done=%d", result, *done);