Home
last modified time | relevance | path

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

12

/third_party/curl/lib/
Dmqtt.c290 return CURLE_WEIRD_SERVER_REPLY; in mqtt_connect()
305 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_connect()
322 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_connect()
332 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_connect()
410 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_verify_connack()
505 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_verify_suback()
660 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_read_publish()
717 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_read_publish()
800 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_doing()
Dsmtp.c845 result = CURLE_WEIRD_SERVER_REPLY; in smtp_state_servergreet_resp()
863 return CURLE_WEIRD_SERVER_REPLY; in smtp_state_starttls_resp()
977 result = CURLE_WEIRD_SERVER_REPLY; in smtp_state_ehlo_resp()
1044 result = CURLE_WEIRD_SERVER_REPLY; in smtp_state_command_resp()
1189 result = CURLE_WEIRD_SERVER_REPLY; in smtp_state_postdata_resp()
Dimap.c884 return CURLE_WEIRD_SERVER_REPLY; in imap_state_servergreet_resp()
985 return CURLE_WEIRD_SERVER_REPLY; in imap_state_starttls_resp()
1232 result = CURLE_WEIRD_SERVER_REPLY; in imap_state_fetch_resp()
1251 result = CURLE_WEIRD_SERVER_REPLY; in imap_state_fetch_final_resp()
1328 return CURLE_WEIRD_SERVER_REPLY; in imap_statemachine()
Dpop3.c658 result = CURLE_WEIRD_SERVER_REPLY; in pop3_state_servergreet_resp()
799 return CURLE_WEIRD_SERVER_REPLY; in pop3_state_starttls_resp()
930 return CURLE_WEIRD_SERVER_REPLY; in pop3_state_command_resp()
Dheaders.c311 return CURLE_WEIRD_SERVER_REPLY; in Curl_headers_push()
Dpingpong.c298 return CURLE_WEIRD_SERVER_REPLY; in Curl_pp_readresp()
Dstrerror.c85 case CURLE_WEIRD_SERVER_REPLY: in curl_easy_strerror()
Dftp.c411 return CURLE_WEIRD_SERVER_REPLY; in ReceivedServerConnect()
1766 return CURLE_WEIRD_SERVER_REPLY; in ftp_epsv_disable()
2719 return CURLE_WEIRD_SERVER_REPLY; in ftp_statemachine()
2735 return CURLE_WEIRD_SERVER_REPLY; in ftp_statemachine()
2774 return CURLE_WEIRD_SERVER_REPLY; /* Forbid pipelining in response. */ in ftp_statemachine()
/third_party/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
Dtest92634 # 8 - CURLE_WEIRD_SERVER_REPLY
Dtest57749 # 8 == CURLE_WEIRD_SERVER_REPLY
Dtest96142 # 8 - CURLE_WEIRD_SERVER_REPLY
Dtest95741 # 8 - CURLE_WEIRD_SERVER_REPLY
Dtest98248 # 8 is CURLE_WEIRD_SERVER_REPLY
Dtest220546 # 8 is CURLE_WEIRD_SERVER_REPLY
Dtest95841 # 8 - CURLE_WEIRD_SERVER_REPLY
Dtest98043 # 8 is CURLE_WEIRD_SERVER_REPLY
Dtest220254 # 8 is CURLE_WEIRD_SERVER_REPLY
Dtest98344 # 8 is CURLE_WEIRD_SERVER_REPLY
Dtest119657 # 8 is CURLE_WEIRD_SERVER_REPLY
Dtest220357 # 8 is CURLE_WEIRD_SERVER_REPLY
Dtest220057 # 8 is CURLE_WEIRD_SERVER_REPLY
Dtest98150 # 8 is CURLE_WEIRD_SERVER_REPLY
Dtest301762 # 8 is CURLE_WEIRD_SERVER_REPLY
/third_party/curl/include/curl/
Dcurl.h526 CURLE_WEIRD_SERVER_REPLY, /* 8 */ enumerator
658 #define CURLE_FTP_WEIRD_SERVER_REPLY CURLE_WEIRD_SERVER_REPLY

12