/third_party/curl/lib/ |
H A D | connect.h | 82 #define connclose(x,y) Curl_conncontrol(x, CONNCTRL_CONNECTION, y) macro 86 #define connclose(x,y) Curl_conncontrol(x, CONNCTRL_CONNECTION) macro
|
H A D | smb.c | 866 connclose(conn, "SMB: failed to send negotiate message"); in smb_connection_state() 876 connclose(conn, "SMB: failed to communicate"); in smb_connection_state() 889 connclose(conn, "SMB: negotiation failed"); in smb_connection_state() 897 connclose(conn, "SMB: failed to send setup message"); in smb_connection_state() 905 connclose(conn, "SMB: authentication failed"); in smb_connection_state() 963 connclose(conn, "SMB: failed to send tree connect message"); in smb_request_state() 973 connclose(conn, "SMB: failed to communicate"); in smb_request_state() 1118 connclose(conn, "SMB: failed to send message"); in smb_request_state()
|
H A D | gopher.c | 125 connclose(conn, "Failed TLS connection"); in gopher_connecting()
|
H A D | asyn-ares.c | 462 connclose(data->conn, "Timed out before name resolve started"); in Curl_resolver_wait_resolv() 528 connclose(data->conn, "c-ares resolve failed"); in Curl_resolver_wait_resolv()
|
H A D | ftp.c | 3267 connclose(conn, "FTP ended with bad error code"); in ftp_done() 3289 connclose(conn, "FTP: out of memory!"); /* mark for connection closure */ in ftp_done() 3335 connclose(conn, "ABOR command failed"); /* connection closure */ in ftp_done() 3362 connclose(conn, "Timeout or similar in FTP DONE operation"); /* close */ in ftp_done() 3374 connclose(conn, "Partial download with no ability to check"); in ftp_done() 4054 connclose(conn, "QUIT command failed"); /* mark for connection closure */ in ftp_quit()
|
H A D | conncache.c | 536 connclose(conn, "kill all"); in Curl_conncache_close_all_connections()
|
H A D | sendf.c | 629 connclose(data->conn, "excess found in a read"); in cw_download_write()
|
H A D | asyn-thread.c | 740 connclose(data->conn, "asynch resolve failed"); in thread_wait_resolv()
|
H A D | http2.c | 575 connclose(cf->conn, "http/2: No new requests allowed"); in h2_process_pending_input() 1698 connclose(cf->conn, "REFUSED_STREAM"); /* don't use this anymore */ in http2_handle_stream_close() 1931 connclose(cf->conn, "GOAWAY received"); in h2_progress_ingress()
|
H A D | http.c | 588 connclose(conn, "Force HTTP/1.1 connection"); in Curl_http_auth_act() 3507 connclose(conn, "Proxy-Connection: asked to close after done"); in Curl_http_header() 3554 connclose(conn, "HTTP/1.1 transfer-encoding without chunks"); in Curl_http_header() 3798 connclose(conn, "HTTP/1.0 close after body"); in Curl_http_statusline()
|
H A D | ldap.c | 753 connclose(conn, "LDAP connection always disable reuse"); in ldap_do()
|
H A D | cf-h2-proxy.c | 513 connclose(cf->conn, "GOAWAY received"); in proxy_h2_progress_ingress() 1208 connclose(cf->conn, "REFUSED_STREAM"); /* don't use this anymore */ in h2_handle_tunnel_close()
|
H A D | multi.c | 755 connclose(conn, "disconnecting"); in multi_done() 801 connclose(conn, "Removing connect-only easy handle"); in close_connect_only()
|
H A D | smtp.c | 1409 connclose(conn, "SMTP done with bad status"); /* marked for closure */ in smtp_done()
|
H A D | transfer.c | 1570 connclose(conn, "retry"); /* close this connection */ in Curl_retry_request()
|
H A D | tftp.c | 1004 connclose(conn, "TFTP"); in tftp_connect()
|
H A D | imap.c | 1511 connclose(conn, "IMAP done with bad status"); /* marked for closure */ in imap_done()
|
H A D | pop3.c | 1167 connclose(data->conn, "POP3 done with bad status"); in pop3_done()
|
H A D | url.c | 1367 connclose(conn, "Default to force-close"); in allocate_conn()
|
/third_party/curl/lib/vssh/ |
H A D | libssh.c | 2009 connclose(conn, "SSH session free"); in myssh_statemach_act()
|
H A D | libssh2.c | 3019 connclose(conn, "SSH session free"); in ssh_statemach_act()
|
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 4684 connclose(conn, "TLS close_notify"); in ossl_recv()
|