Home
last modified time | relevance | path

Searched refs:disconnect (Results 1 – 11 of 11) sorted by relevance

/curl/tests/data/
H A Dtest301750 # on windows the disconnect is never seen - no idea why
H A Dtest301848 # on windows the disconnect is never seen - no idea why
H A Dtest120846 # which the FTP disconnect code generically has to assume could mean the
/curl/docs/libcurl/
H A Dcurl_easy_cleanup.md43 disconnect. Examples of such protocols are FTP, POP3 and IMAP.
/curl/tests/server/
H A Dmqttd.c306 static int disconnect(FILE *dump, curl_socket_t fd) in disconnect() function
672 disconnect(dump, fd); in mqttit()
/curl/lib/vssh/
H A Dwolfssh.c988 bool disconnect) in wssh_block_statemach() argument
1003 if(!disconnect) { in wssh_block_statemach()
H A Dlibssh.c2097 bool disconnect) in myssh_block_statemach() argument
2112 if(!disconnect) { in myssh_block_statemach()
H A Dlibssh2.c3117 bool disconnect) in ssh_block_statemach() argument
3132 if(!disconnect) { in ssh_block_statemach()
/curl/docs/
H A DKNOWN_BUGS29 3.2 No disconnect command
187 3.2 No disconnect command
189 The disconnect commands (LOGOUT and QUIT) may not be sent by IMAP, POP3 and
/curl/lib/
H A Durldata.h715 CURLcode (*disconnect)(struct Curl_easy *, struct connectdata *, member
H A Durl.c671 if(conn->handler && conn->handler->disconnect) in Curl_disconnect()
673 conn->handler->disconnect(data, conn, dead_connection); in Curl_disconnect()

Completed in 81 milliseconds