Searched refs:connclose (Results 1 – 21 of 21) sorted by relevance
/external/curl/lib/ |
D | connect.h | 137 #define connclose(x,y) Curl_conncontrol(x, CONNCTRL_CONNECTION, y) macro 141 #define connclose(x,y) Curl_conncontrol(x, CONNCTRL_CONNECTION) macro
|
D | smb.c | 664 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()
|
D | asyn-ares.c | 430 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()
|
D | transfer.c | 733 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()
|
D | ftp.c | 3176 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()
|
D | conncache.c | 550 connclose(conn, "kill all"); in Curl_conncache_close_all_connections()
|
D | asyn-thread.c | 548 connclose(conn, "asynch resolve failed"); in thread_wait_resolv()
|
D | http_proxy.c | 63 connclose(conn, "TLS handshake failed"); in https_proxy_connect()
|
D | http2.c | 1374 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()
|
D | http.c | 586 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()
|
D | ldap.c | 732 connclose(conn, "LDAP connection always disable re-use"); in Curl_ldap()
|
D | pop3.c | 1134 connclose(conn, "POP3 done with bad status"); in pop3_done()
|
D | tftp.c | 1027 connclose(conn, "TFTP"); in tftp_connect()
|
D | multi.c | 659 connclose(conn, "disconnecting"); in multi_done() 713 connclose(conn, "Removing connect-only easy handle"); in close_connect_only()
|
D | smtp.c | 1377 connclose(conn, "SMTP done with bad status"); /* marked for closure */ in smtp_done()
|
D | imap.c | 1475 connclose(conn, "IMAP done with bad status"); /* marked for closure */ in imap_done()
|
D | url.c | 1644 connclose(conn, "Default to force-close"); in allocate_conn()
|
/external/curl/lib/vssh/ |
D | libssh.c | 1994 connclose(conn, "SSH session free"); in myssh_statemach_act()
|
D | libssh2.c | 2859 connclose(conn, "SSH session free"); in ssh_statemach_act()
|
/external/curl/lib/vtls/ |
D | openssl.c | 4204 connclose(conn, "TLS close_notify"); in ossl_recv()
|
/external/curl/ |
D | CHANGES | 2832 It would be also be possible to put the connclose() call into the
|