Searched refs:CURLE_FTP_WEIRD_SERVER_REPLY (Results 1 – 10 of 10) sorted by relevance
22 curl will return CURLE_FTP_WEIRD_SERVER_REPLY so we test for that return code.49 # CURLE_FTP_WEIRD_SERVER_REPLY is error code 8
849 result = CURLE_FTP_WEIRD_SERVER_REPLY; /* TODO: fix this code */ in imap_state_servergreet_resp()1182 result = CURLE_FTP_WEIRD_SERVER_REPLY; /* TODO: fix this code */ in imap_state_fetch_resp()1201 result = CURLE_FTP_WEIRD_SERVER_REPLY; /* TODO: Fix error code */ in imap_state_fetch_final_resp()1278 return CURLE_FTP_WEIRD_SERVER_REPLY; in imap_statemach_act()
82 case CURLE_FTP_WEIRD_SERVER_REPLY: in curl_easy_strerror()
478 return CURLE_FTP_WEIRD_SERVER_REPLY; in ReceivedServerConnect()1838 return CURLE_FTP_WEIRD_SERVER_REPLY; in ftp_epsv_disable()2745 return CURLE_FTP_WEIRD_SERVER_REPLY; in ftp_statemach_act()
666 result = CURLE_FTP_WEIRD_SERVER_REPLY; in pop3_state_servergreet_resp()
677 result = CURLE_FTP_WEIRD_SERVER_REPLY; in smtp_state_servergreet_resp()
72 CURLE_FTP_WEIRD_SERVER_REPLY 7.1
319 CURLE_FTP_WEIRD_SERVER_REPLY, /* 8 */ enumerator
434 CURLE_FTP_WEIRD_SERVER_REPLY, /* 8 */ enumerator
372 d CURLE_FTP_WEIRD_SERVER_REPLY...