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 */
3103 static CURLcode ftp_multi_statemach(struct Curl_easy *data, in ftp_multi_statemach() function
3171 result = ftp_multi_statemach(data, done); in ftp_connect()
3576 result = ftp_multi_statemach(data, &complete); in ftp_do_more()
3625 result = ftp_multi_statemach(data, &complete); in ftp_do_more()
3661 result = ftp_multi_statemach(data, &complete); in ftp_do_more()
3714 result = ftp_multi_statemach(data, dophase_done); in ftp_perform()
4291 CURLcode result = ftp_multi_statemach(data, dophase_done); in ftp_doing()

Completed in 11 milliseconds