Searched refs:CURLE_WEIRD_SERVER_REPLY (Results 1 – 13 of 13) 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
855 return CURLE_WEIRD_SERVER_REPLY; in imap_state_servergreet_resp()1190 result = CURLE_WEIRD_SERVER_REPLY; in imap_state_fetch_resp()1209 result = CURLE_WEIRD_SERVER_REPLY; in imap_state_fetch_final_resp()1286 return CURLE_WEIRD_SERVER_REPLY; in imap_statemach_act()
86 case CURLE_WEIRD_SERVER_REPLY: in curl_easy_strerror()
803 req->result = CURLE_WEIRD_SERVER_REPLY; in smb_request_state()
430 return CURLE_WEIRD_SERVER_REPLY; in ReceivedServerConnect()1788 return CURLE_WEIRD_SERVER_REPLY; in ftp_epsv_disable()2625 return CURLE_WEIRD_SERVER_REPLY; in ftp_statemach_act()
621 result = CURLE_WEIRD_SERVER_REPLY; in pop3_state_servergreet_resp()
670 result = CURLE_WEIRD_SERVER_REPLY; in smtp_state_servergreet_resp()
727 return CURLE_WEIRD_SERVER_REPLY; in readwrite_data()
3803 return CURLE_WEIRD_SERVER_REPLY; in Curl_http_readwrite_headers()
487 CURLE_WEIRD_SERVER_REPLY, /* 8 */ enumerator620 #define CURLE_FTP_WEIRD_SERVER_REPLY CURLE_WEIRD_SERVER_REPLY
152 CURLE_WEIRD_SERVER_REPLY 7.51.0
426 d CURLE_WEIRD_SERVER_REPLY...