Searched refs:CURLE_WEIRD_SERVER_REPLY (Results 1 – 12 of 12) sorted by relevance
22 curl will return CURLE_WEIRD_SERVER_REPLY so we test for that return code.49 # CURLE_WEIRD_SERVER_REPLY is error code 8
49 # 8 == CURLE_WEIRD_SERVER_REPLY
842 return CURLE_WEIRD_SERVER_REPLY; in imap_state_servergreet_resp()1179 result = CURLE_WEIRD_SERVER_REPLY; in imap_state_fetch_resp()1198 result = CURLE_WEIRD_SERVER_REPLY; in imap_state_fetch_final_resp()1275 return CURLE_WEIRD_SERVER_REPLY; in imap_statemach_act()
86 case CURLE_WEIRD_SERVER_REPLY: in curl_easy_strerror()
427 return CURLE_WEIRD_SERVER_REPLY; in ReceivedServerConnect()1789 return CURLE_WEIRD_SERVER_REPLY; in ftp_epsv_disable()2626 return CURLE_WEIRD_SERVER_REPLY; in ftp_statemach_act()
622 result = CURLE_WEIRD_SERVER_REPLY; in pop3_state_servergreet_resp()
666 result = CURLE_WEIRD_SERVER_REPLY; in smtp_state_servergreet_resp()
580 return CURLE_WEIRD_SERVER_REPLY; in readwrite_data()
3543 return CURLE_WEIRD_SERVER_REPLY; in Curl_http_readwrite_headers()
464 CURLE_WEIRD_SERVER_REPLY, /* 8 */ enumerator595 #define CURLE_FTP_WEIRD_SERVER_REPLY CURLE_WEIRD_SERVER_REPLY
144 CURLE_WEIRD_SERVER_REPLY 7.51.0
388 d CURLE_WEIRD_SERVER_REPLY...