Lines Matching refs:Curl_easy
52 static CURLcode wssh_connect(struct Curl_easy *data, bool *done);
53 static CURLcode wssh_multi_statemach(struct Curl_easy *data, bool *done);
54 static CURLcode wssh_do(struct Curl_easy *data, bool *done);
56 static CURLcode wscp_done(struct Curl_easy *data,
58 static CURLcode wscp_doing(struct Curl_easy *data,
60 static CURLcode wscp_disconnect(struct Curl_easy *data,
64 static CURLcode wsftp_done(struct Curl_easy *data,
66 static CURLcode wsftp_doing(struct Curl_easy *data,
68 static CURLcode wsftp_disconnect(struct Curl_easy *data,
71 static int wssh_getsock(struct Curl_easy *data,
74 static CURLcode wssh_setup_connection(struct Curl_easy *data,
139 static void state(struct Curl_easy *data, sshstate nowstate)
220 static ssize_t wscp_send(struct Curl_easy *data, int sockindex,
233 static ssize_t wscp_recv(struct Curl_easy *data, int sockindex,
247 static ssize_t wsftp_send(struct Curl_easy *data, int sockindex,
291 static ssize_t wsftp_recv(struct Curl_easy *data, int sockindex,
334 static CURLcode wssh_setup_connection(struct Curl_easy *data,
351 struct Curl_easy *data = ctx;
363 static CURLcode wssh_connect(struct Curl_easy *data, bool *done)
439 static CURLcode wssh_statemach_act(struct Curl_easy *data, bool *block)
899 static CURLcode wssh_multi_statemach(struct Curl_easy *data, bool *done)
920 CURLcode wscp_perform(struct Curl_easy *data,
931 CURLcode wsftp_perform(struct Curl_easy *data,
959 static CURLcode wssh_do(struct Curl_easy *data, bool *done)
985 static CURLcode wssh_block_statemach(struct Curl_easy *data,
1037 static CURLcode wssh_done(struct Curl_easy *data, CURLcode status)
1059 static CURLcode wscp_done(struct Curl_easy *data,
1070 static CURLcode wscp_doing(struct Curl_easy *data,
1080 static CURLcode wscp_disconnect(struct Curl_easy *data,
1092 static CURLcode wsftp_done(struct Curl_easy *data,
1101 static CURLcode wsftp_doing(struct Curl_easy *data,
1112 static CURLcode wsftp_disconnect(struct Curl_easy *data,
1131 static int wssh_getsock(struct Curl_easy *data,