Lines Matching refs:dophase_done
57 bool *dophase_done);
65 bool *dophase_done);
925 bool *dophase_done) in wscp_perform() argument
929 (void)dophase_done; in wscp_perform()
936 bool *dophase_done) in wsftp_perform() argument
942 *dophase_done = FALSE; /* not done yet */ in wsftp_perform()
948 result = wssh_multi_statemach(data, dophase_done); in wsftp_perform()
952 if(*dophase_done) { in wsftp_perform()
1074 bool *dophase_done)
1078 (void)dophase_done;
1105 bool *dophase_done) in wsftp_doing() argument
1107 CURLcode result = wssh_multi_statemach(data, dophase_done); in wsftp_doing()
1109 if(*dophase_done) { in wsftp_doing()