Home
last modified time | relevance | path

Searched refs:CURLE_WEIRD_SERVER_REPLY (Results 1 – 12 of 12) 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.c842 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()
Dstrerror.c86 case CURLE_WEIRD_SERVER_REPLY: in curl_easy_strerror()
Dftp.c427 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()
Dpop3.c622 result = CURLE_WEIRD_SERVER_REPLY; in pop3_state_servergreet_resp()
Dsmtp.c666 result = CURLE_WEIRD_SERVER_REPLY; in smtp_state_servergreet_resp()
Dtransfer.c580 return CURLE_WEIRD_SERVER_REPLY; in readwrite_data()
Dhttp.c3543 return CURLE_WEIRD_SERVER_REPLY; in Curl_http_readwrite_headers()
/external/curl/include/curl/
Dcurl.h464 CURLE_WEIRD_SERVER_REPLY, /* 8 */ enumerator
595 #define CURLE_FTP_WEIRD_SERVER_REPLY CURLE_WEIRD_SERVER_REPLY
/external/curl/docs/libcurl/
Dsymbols-in-versions144 CURLE_WEIRD_SERVER_REPLY 7.51.0
/external/curl/packages/OS400/
Dcurl.inc.in388 d CURLE_WEIRD_SERVER_REPLY...