Home
last modified time | relevance | path

Searched refs:CURLE_FTP_WEIRD_SERVER_REPLY (Results 1 – 10 of 10) sorted by relevance

/external/curl/tests/data/
Dtest204522 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
/external/curl/lib/
Dimap.c849 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()
Dstrerror.c82 case CURLE_FTP_WEIRD_SERVER_REPLY: in curl_easy_strerror()
Dftp.c478 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()
Dpop3.c666 result = CURLE_FTP_WEIRD_SERVER_REPLY; in pop3_state_servergreet_resp()
Dsmtp.c677 result = CURLE_FTP_WEIRD_SERVER_REPLY; in smtp_state_servergreet_resp()
/external/curl/docs/libcurl/
Dsymbols-in-versions72 CURLE_FTP_WEIRD_SERVER_REPLY 7.1
/external/google-breakpad/src/third_party/curl/
Dcurl.h319 CURLE_FTP_WEIRD_SERVER_REPLY, /* 8 */ enumerator
/external/curl/include/curl/
Dcurl.h434 CURLE_FTP_WEIRD_SERVER_REPLY, /* 8 */ enumerator
/external/curl/packages/OS400/
Dcurl.inc.in372 d CURLE_FTP_WEIRD_SERVER_REPLY...