Lines Matching defs:done
1962 bool done = FALSE;
1981 while(!done && loop--) {
1997 done = TRUE;
2006 done = TRUE;
2016 done = TRUE;
2023 done = TRUE;
2029 done = TRUE;
2257 /* The following is done because of a bug in 0.9.6b */
2498 and thus this cannot be done there. */
3654 /* failf() is already done in cert_stuff() */
4423 bool *done)
4432 *done = TRUE;
4493 * connection is done nonblocking and this loop would execute again. This
4505 } /* repeat step2 until all transactions are done. */
4515 *done = TRUE;
4518 *done = FALSE;
4529 bool *done)
4531 return ossl_connect_common(cf, data, TRUE, done);
4538 bool done = FALSE;
4540 result = ossl_connect_common(cf, data, FALSE, &done);
4544 DEBUGASSERT(done);
4837 if(ossl_seed(data)) /* Initiate the seed if not already done */