Lines Matching defs:data

139 static void state(struct Curl_easy *data, sshstate nowstate)  in state()
220 static ssize_t wscp_send(struct Curl_easy *data, int sockindex, in wscp_send()
235 static ssize_t wscp_recv(struct Curl_easy *data, int sockindex, in wscp_recv()
249 static ssize_t wsftp_send(struct Curl_easy *data, int sockindex, in wsftp_send()
294 static ssize_t wsftp_recv(struct Curl_easy *data, int sockindex, in wsftp_recv()
337 static CURLcode wssh_setup_connection(struct Curl_easy *data, in wssh_setup_connection()
354 struct Curl_easy *data = ctx; in userauth() local
366 static CURLcode wssh_connect(struct Curl_easy *data, bool *done) in wssh_connect()
442 static CURLcode wssh_statemach_act(struct Curl_easy *data, bool *block) in wssh_statemach_act()
902 static CURLcode wssh_multi_statemach(struct Curl_easy *data, bool *done) in wssh_multi_statemach()
923 CURLcode wscp_perform(struct Curl_easy *data, in wscp_perform()
934 CURLcode wsftp_perform(struct Curl_easy *data, in wsftp_perform()
962 static CURLcode wssh_do(struct Curl_easy *data, bool *done) in wssh_do()
988 static CURLcode wssh_block_statemach(struct Curl_easy *data, in wssh_block_statemach()
1040 static CURLcode wssh_done(struct Curl_easy *data, CURLcode status) in wssh_done()
1095 static CURLcode wsftp_done(struct Curl_easy *data, in wsftp_done()
1104 static CURLcode wsftp_doing(struct Curl_easy *data, in wsftp_doing()
1115 static CURLcode wsftp_disconnect(struct Curl_easy *data, in wsftp_disconnect()
1134 static int wssh_getsock(struct Curl_easy *data, in wssh_getsock()