Home
last modified time | relevance | path

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

/external/curl/tests/data/
Dtest204522 curl will return CURLE_WEIRD_SERVER_REPLY so we test for that return code.
49 # CURLE_WEIRD_SERVER_REPLY is error code 8
Dtest57749 # 8 == CURLE_WEIRD_SERVER_REPLY
/external/curl/lib/
Dimap.c855 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()
Dstrerror.c86 case CURLE_WEIRD_SERVER_REPLY: in curl_easy_strerror()
Dsmb.c803 req->result = CURLE_WEIRD_SERVER_REPLY; in smb_request_state()
Dftp.c430 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()
Dpop3.c621 result = CURLE_WEIRD_SERVER_REPLY; in pop3_state_servergreet_resp()
Dsmtp.c670 result = CURLE_WEIRD_SERVER_REPLY; in smtp_state_servergreet_resp()
Dtransfer.c727 return CURLE_WEIRD_SERVER_REPLY; in readwrite_data()
Dhttp.c3803 return CURLE_WEIRD_SERVER_REPLY; in Curl_http_readwrite_headers()
/external/curl/include/curl/
Dcurl.h487 CURLE_WEIRD_SERVER_REPLY, /* 8 */ enumerator
620 #define CURLE_FTP_WEIRD_SERVER_REPLY CURLE_WEIRD_SERVER_REPLY
/external/curl/docs/libcurl/
Dsymbols-in-versions152 CURLE_WEIRD_SERVER_REPLY 7.51.0
/external/curl/packages/OS400/
Dcurl.inc.in426 d CURLE_WEIRD_SERVER_REPLY...