Lines Matching defs:conn
129 static void state(struct connectdata *conn, sshstate nowstate) in state()
209 static ssize_t wscp_send(struct connectdata *conn, int sockindex, in wscp_send()
222 static ssize_t wscp_recv(struct connectdata *conn, int sockindex, in wscp_recv()
236 static ssize_t wsftp_send(struct connectdata *conn, int sockindex, in wsftp_send()
279 static ssize_t wsftp_recv(struct connectdata *conn, int sockindex, in wsftp_recv()
321 static CURLcode wssh_setup_connection(struct connectdata *conn) in wssh_setup_connection()
339 struct connectdata *conn = ctx; in userauth() local
351 static CURLcode wssh_connect(struct connectdata *conn, bool *done) in wssh_connect()
427 static CURLcode wssh_statemach_act(struct connectdata *conn, bool *block) in wssh_statemach_act()
890 static CURLcode wssh_multi_statemach(struct connectdata *conn, bool *done) in wssh_multi_statemach()
910 CURLcode wscp_perform(struct connectdata *conn, in wscp_perform()
921 CURLcode wsftp_perform(struct connectdata *conn, in wsftp_perform()
949 static CURLcode wssh_do(struct connectdata *conn, bool *done) in wssh_do()
975 static CURLcode wssh_block_statemach(struct connectdata *conn, in wssh_block_statemach()
1027 static CURLcode wssh_done(struct connectdata *conn, CURLcode status) in wssh_done()
1080 static CURLcode wsftp_done(struct connectdata *conn, in wsftp_done()
1089 static CURLcode wsftp_doing(struct connectdata *conn, in wsftp_doing()
1100 static CURLcode wsftp_disconnect(struct connectdata *conn, bool dead) in wsftp_disconnect()
1117 static int wssh_getsock(struct connectdata *conn, in wssh_getsock()
1123 static int wssh_perform_getsock(const struct connectdata *conn, in wssh_perform_getsock()