Lines Matching refs:done
605 bool *done)
616 *done = TRUE;
665 *done = FALSE;
691 } /* repeat step2 until all transactions are done. */
703 *done = TRUE;
706 *done = FALSE;
717 bool *done)
719 return polarssl_connect_common(conn, sockindex, TRUE, done);
728 bool done = FALSE;
730 result = polarssl_connect_common(conn, sockindex, FALSE, &done);
734 DEBUGASSERT(done);