Lines Matching defs:done
114 static CURLcode myssh_connect(struct Curl_easy *data, bool *done);
116 bool *done);
117 static CURLcode myssh_do_it(struct Curl_easy *data, bool *done);
154 scp_done, /* done */
181 sftp_done, /* done */
943 infof(data, "SSH CONNECT phase done");
982 DEBUGF(infof(data, "SSH CONNECT phase done"));
1755 DEBUGF(infof(data, "SFTP DONE done"));
1773 sftp_handle might not have been taken down so make sure that is done
2078 /* called repeatedly until done from multi.c */
2080 bool *done)
2088 *done = (sshc->state == SSH_STOP) ? TRUE : FALSE;
2161 static CURLcode myssh_connect(struct Curl_easy *data, bool *done)
2266 result = myssh_multi_statemach(data, done);
2301 *dophase_done = FALSE; /* not done yet */
2317 static CURLcode myssh_do_it(struct Curl_easy *data, bool *done)
2324 *done = FALSE; /* default to false */
2338 result = scp_perform(data, &connected, done);
2340 result = sftp_perform(data, &connected, done);
2367 /* generic done function for both SCP and SFTP called from their specific
2368 done functions */
2481 *dophase_done = FALSE; /* not done yet */
2527 DEBUGF(infof(data, "SSH DISCONNECT is done"));