Home
last modified time | relevance | path

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

/external/curl/lib/
Dconnect.h134 #define connclose(x,y) Curl_conncontrol(x, CONNCTRL_CONNECTION, y) macro
138 #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()
686 connclose(conn, "SMB: negotiation failed"); in smb_connection_state()
694 connclose(conn, "SMB: failed to send setup message"); in smb_connection_state()
702 connclose(conn, "SMB: authentication failed"); in smb_connection_state()
754 connclose(conn, "SMB: failed to send tree connect message"); in smb_request_state()
764 connclose(conn, "SMB: failed to communicate"); in smb_request_state()
910 connclose(conn, "SMB: failed to send message"); in smb_request_state()
Dasyn-ares.c398 connclose(conn, "Timed out before name resolve started"); in Curl_resolver_wait_resolv()
461 connclose(conn, "c-ares resolve failed"); in Curl_resolver_wait_resolv()
Dtransfer.c759 connclose(conn, "already downloaded"); in readwrite_data()
788 connclose(conn, "Simulated 304 handling"); in readwrite_data()
1847 connclose(conn, "retry"); /* close this connection */ in Curl_retry_request()
Dftp.c3171 connclose(conn, "FTP ended with bad error code"); in ftp_done()
3195 connclose(conn, "FTP: out of memory!"); /* mark for connection closure */ in ftp_done()
3241 connclose(conn, "ABOR command failed"); /* connection closure */ in ftp_done()
3276 connclose(conn, "Timeout or similar in FTP DONE operation"); /* close */ in ftp_done()
3286 connclose(conn, "Partial download with no ability to check"); in ftp_done()
4027 connclose(conn, "QUIT command failed"); /* mark for connection closure */ in ftp_quit()
Dasyn-thread.c494 connclose(conn, "asynch resolve failed"); in thread_wait_resolv()
Dconncache.c577 connclose(conn, "kill all"); in Curl_conncache_close_all_connections()
Dhttp.c562 connclose(conn, "Force HTTP/1.1 connection"); in Curl_http_auth_act()
1542 connclose(conn, "Failed HTTPS connection"); in https_connecting()
3713 connclose(conn, "HTTP/1.0 close after body"); in Curl_http_readwrite_headers()
3853 connclose(conn, "Proxy-Connection: asked to close after done"); in Curl_http_readwrite_headers()
Dldap.c748 connclose(conn, "LDAP connection always disable re-use"); in Curl_ldap()
Dhttp2.c1395 connclose(conn, "GOAWAY received"); in h2_process_pending_input()
1461 connclose(conn, "REFUSED_STREAM"); /* don't use this anymore */ in http2_handle_stream_close()
Dpop3.c1137 connclose(conn, "POP3 done with bad status"); in pop3_done()
Dtftp.c1006 connclose(conn, "TFTP"); in tftp_connect()
Dsmtp.c1207 connclose(conn, "SMTP done with bad status"); /* marked for closure */ in smtp_done()
Dimap.c1477 connclose(conn, "IMAP done with bad status"); /* marked for closure */ in imap_done()
Dssh-libssh.c1885 connclose(conn, "SSH session free"); in myssh_statemach_act()
Dssh.c2681 connclose(conn, "SSH session free"); in ssh_statemach_act()
Durl.c1860 connclose(conn, "Default to force-close"); in allocate_conn()