Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dmqtt.c286 return CURLE_WEIRD_SERVER_REPLY; in mqtt_connect()
301 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_connect()
318 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_connect()
328 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_connect()
367 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_verify_connack()
375 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_verify_connack()
458 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_verify_suback()
466 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_verify_suback()
619 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_read_publish()
674 result = CURLE_WEIRD_SERVER_REPLY; in mqtt_read_publish()
[all …]
Dimap.c868 return CURLE_WEIRD_SERVER_REPLY; in imap_state_servergreet_resp()
969 return CURLE_WEIRD_SERVER_REPLY; in imap_state_starttls_resp()
1204 result = CURLE_WEIRD_SERVER_REPLY; in imap_state_fetch_resp()
1223 result = CURLE_WEIRD_SERVER_REPLY; in imap_state_fetch_final_resp()
1300 return CURLE_WEIRD_SERVER_REPLY; in imap_statemachine()
Dsmtp.c822 result = CURLE_WEIRD_SERVER_REPLY; in smtp_state_servergreet_resp()
840 return CURLE_WEIRD_SERVER_REPLY; in smtp_state_starttls_resp()
953 result = CURLE_WEIRD_SERVER_REPLY; in smtp_state_ehlo_resp()
Dstrerror.c86 case CURLE_WEIRD_SERVER_REPLY: in curl_easy_strerror()
Dpop3.c636 result = CURLE_WEIRD_SERVER_REPLY; in pop3_state_servergreet_resp()
777 return CURLE_WEIRD_SERVER_REPLY; in pop3_state_starttls_resp()
Dftp.c421 return CURLE_WEIRD_SERVER_REPLY; in ReceivedServerConnect()
1802 return CURLE_WEIRD_SERVER_REPLY; in ftp_epsv_disable()
2693 return CURLE_WEIRD_SERVER_REPLY; in ftp_statemachine()
2747 return CURLE_WEIRD_SERVER_REPLY; /* Forbid pipelining in response. */ in ftp_statemachine()
Dsmb.c825 req->result = CURLE_WEIRD_SERVER_REPLY; in smb_request_state()
Dtransfer.c706 return CURLE_WEIRD_SERVER_REPLY; in readwrite_data()
Dhttp.c3447 return CURLE_WEIRD_SERVER_REPLY; in Curl_http_header()
/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
Dtest57749 # 8 == CURLE_WEIRD_SERVER_REPLY
Dtest98248 # 8 is CURLE_WEIRD_SERVER_REPLY
Dtest220546 # 8 is CURLE_WEIRD_SERVER_REPLY
Dtest220254 # 8 is CURLE_WEIRD_SERVER_REPLY
Dtest98043 # 8 is CURLE_WEIRD_SERVER_REPLY
Dtest119657 # 8 is CURLE_WEIRD_SERVER_REPLY
Dtest220357 # 8 is CURLE_WEIRD_SERVER_REPLY
Dtest98344 # 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.h493 CURLE_WEIRD_SERVER_REPLY, /* 8 */ enumerator
632 #define CURLE_FTP_WEIRD_SERVER_REPLY CURLE_WEIRD_SERVER_REPLY
/third_party/curl/docs/libcurl/
Dsymbols-in-versions157 CURLE_WEIRD_SERVER_REPLY 7.51.0
/third_party/curl/packages/OS400/
Dcurl.inc.in451 d CURLE_WEIRD_SERVER_REPLY...