Lines Matching defs:done
1326 bool *done)
1332 /* Initiate the connection, if not already done */
1348 /* Finish connecting once the handshake is done */
1364 *done = ssl_connect_1 == connssl->connecting_state;
1371 bool *done)
1373 return gtls_connect_common(cf, data, TRUE, done);
1380 bool done = FALSE;
1382 result = gtls_connect_common(cf, data, FALSE, &done);
1386 DEBUGASSERT(done);
1489 bool done = FALSE;
1492 while(!done) {
1504 done = TRUE;
1512 done = TRUE;
1519 done = TRUE;
1525 done = TRUE;