Lines Matching defs:done
235 /* not done, remain in state */
349 data->state.async.done = TRUE;
464 /* done sending! */
708 /* GSSAPI stuff done non-blocking */
820 data->state.async.done = TRUE;
1123 the next magic steps. If 'done' isn't set TRUE, it is not done yet and
1131 bool blocking, bool *done)
1139 *done = TRUE;
1143 result = cf->next->cft->do_connect(cf->next, data, blocking, done);
1144 if(result || !*done)
1182 *done = cf->connected;