Home
last modified time | relevance | path

Searched refs:connclose (Results 1 – 21 of 21) sorted by relevance

/external/curl/lib/
Dconnect.h137 #define connclose(x,y) Curl_conncontrol(x, CONNCTRL_CONNECTION, y) macro
141 #define connclose(x,y) Curl_conncontrol(x, CONNCTRL_CONNECTION) macro
Dsmb.c664 connclose(conn, "SMB: failed to send negotiate message"); in smb_connection_state()
674 connclose(conn, "SMB: failed to communicate"); in smb_connection_state()
687 connclose(conn, "SMB: negotiation failed"); in smb_connection_state()
695 connclose(conn, "SMB: failed to send setup message"); in smb_connection_state()
703 connclose(conn, "SMB: authentication failed"); in smb_connection_state()
755 connclose(conn, "SMB: failed to send tree connect message"); in smb_request_state()
765 connclose(conn, "SMB: failed to communicate"); in smb_request_state()
913 connclose(conn, "SMB: failed to send message"); in smb_request_state()
Dasyn-ares.c430 connclose(conn, "Timed out before name resolve started"); in Curl_resolver_wait_resolv()
495 connclose(conn, "c-ares resolve failed"); in Curl_resolver_wait_resolv()
Dtransfer.c733 connclose(conn, "already downloaded"); in readwrite_data()
762 connclose(conn, "Simulated 304 handling"); in readwrite_data()
846 connclose(conn, "excess found in a read"); in readwrite_data()
1819 connclose(conn, "retry"); /* close this connection */ in Curl_retry_request()
Dftp.c3176 connclose(conn, "FTP ended with bad error code"); in ftp_done()
3198 connclose(conn, "FTP: out of memory!"); /* mark for connection closure */ in ftp_done()
3244 connclose(conn, "ABOR command failed"); /* connection closure */ in ftp_done()
3279 connclose(conn, "Timeout or similar in FTP DONE operation"); /* close */ in ftp_done()
3289 connclose(conn, "Partial download with no ability to check"); in ftp_done()
3976 connclose(conn, "QUIT command failed"); /* mark for connection closure */ in ftp_quit()
Dconncache.c550 connclose(conn, "kill all"); in Curl_conncache_close_all_connections()
Dasyn-thread.c548 connclose(conn, "asynch resolve failed"); in thread_wait_resolv()
Dhttp_proxy.c63 connclose(conn, "TLS handshake failed"); in https_proxy_connect()
Dhttp2.c1374 connclose(conn, "http/2: No new requests allowed"); in h2_process_pending_input()
1384 connclose(conn, "GOAWAY received"); in h2_process_pending_input()
1465 connclose(conn, "REFUSED_STREAM"); /* don't use this anymore */ in http2_handle_stream_close()
Dhttp.c586 connclose(conn, "Force HTTP/1.1 connection"); in Curl_http_auth_act()
1499 connclose(conn, "Failed HTTPS connection"); in https_connecting()
3698 connclose(conn, "HTTP/1.0 close after body"); in Curl_http_readwrite_headers()
3816 connclose(conn, "Proxy-Connection: asked to close after done"); in Curl_http_readwrite_headers()
Dldap.c732 connclose(conn, "LDAP connection always disable re-use"); in Curl_ldap()
Dpop3.c1134 connclose(conn, "POP3 done with bad status"); in pop3_done()
Dtftp.c1027 connclose(conn, "TFTP"); in tftp_connect()
Dmulti.c659 connclose(conn, "disconnecting"); in multi_done()
713 connclose(conn, "Removing connect-only easy handle"); in close_connect_only()
Dsmtp.c1377 connclose(conn, "SMTP done with bad status"); /* marked for closure */ in smtp_done()
Dimap.c1475 connclose(conn, "IMAP done with bad status"); /* marked for closure */ in imap_done()
Durl.c1644 connclose(conn, "Default to force-close"); in allocate_conn()
/external/curl/lib/vssh/
Dlibssh.c1994 connclose(conn, "SSH session free"); in myssh_statemach_act()
Dlibssh2.c2859 connclose(conn, "SSH session free"); in ssh_statemach_act()
/external/curl/lib/vtls/
Dopenssl.c4204 connclose(conn, "TLS close_notify"); in ossl_recv()
/external/curl/
DCHANGES2832 It would be also be possible to put the connclose() call into the