Home
last modified time | relevance | path

Searched refs:ftp_multi_statemach (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dftp.c210 static CURLcode ftp_multi_statemach(struct Curl_easy *data, bool *done);
242 ftp_multi_statemach, /* connecting */
274 ftp_multi_statemach, /* connecting */
3263 static CURLcode ftp_multi_statemach(struct Curl_easy *data, in ftp_multi_statemach() function
3331 result = ftp_multi_statemach(data, done); in ftp_connect()
3738 result = ftp_multi_statemach(data, &complete); in ftp_do_more()
3784 result = ftp_multi_statemach(data, &complete); in ftp_do_more()
3820 result = ftp_multi_statemach(data, &complete); in ftp_do_more()
3873 result = ftp_multi_statemach(data, dophase_done); in ftp_perform()
4449 CURLcode result = ftp_multi_statemach(data, dophase_done); in ftp_doing()

Completed in 12 milliseconds