Home
last modified time | relevance | path

Searched defs:dophase_done (Results 1 – 9 of 9) sorted by relevance

/external/curl/lib/vssh/
Dwolfssh.c926 bool *dophase_done) in wscp_perform()
937 bool *dophase_done) in wsftp_perform()
1107 bool *dophase_done) in wsftp_doing()
Dlibssh.c2274 static CURLcode scp_doing(struct Curl_easy *data, bool *dophase_done) in scp_doing()
2297 bool *connected, bool *dophase_done) in scp_perform()
2478 bool *dophase_done) in sftp_perform()
2504 bool *dophase_done) in sftp_doing()
Dlibssh2.c3316 bool *dophase_done) in scp_perform()
3342 bool *dophase_done) in scp_doing()
3506 bool *dophase_done) in sftp_perform()
3531 bool *dophase_done) in sftp_doing()
/external/curl/lib/
Dpop3.c1189 bool *dophase_done) in pop3_perform()
1293 static CURLcode pop3_doing(struct Curl_easy *data, bool *dophase_done) in pop3_doing()
1318 bool *dophase_done) in pop3_regular_transfer()
Dsmtp.c1476 bool *dophase_done) in smtp_perform()
1602 static CURLcode smtp_doing(struct Curl_easy *data, bool *dophase_done) in smtp_doing()
1627 bool *dophase_done) in smtp_regular_transfer()
Dimap.c1550 bool *dophase_done) in imap_perform()
1693 static CURLcode imap_doing(struct Curl_easy *data, bool *dophase_done) in imap_doing()
1718 bool *dophase_done) in imap_regular_transfer()
Dtftp.c1285 static CURLcode tftp_doing(struct Curl_easy *data, bool *dophase_done) in tftp_doing()
1312 static CURLcode tftp_perform(struct Curl_easy *data, bool *dophase_done) in tftp_perform()
Dftp.c3726 bool *dophase_done) in ftp_perform()
4289 bool *dophase_done) in ftp_doing()
4317 bool *dophase_done) in ftp_regular_transfer()
Dmulti.c1734 bool dophase_done = FALSE; local