Lines Matching defs:data
186 struct Curl_easy *data = (struct Curl_easy *)*abstract; in kbd_callback() local
309 static void state(struct Curl_easy *data, sshstate nowstate) in state()
471 static CURLcode ssh_knownhost(struct Curl_easy *data) in ssh_knownhost()
646 static CURLcode ssh_check_fingerprint(struct Curl_easy *data) in ssh_check_fingerprint()
816 static CURLcode ssh_force_knownhost_key_type(struct Curl_easy *data) in ssh_force_knownhost_key_type()
962 static CURLcode sftp_quote(struct Curl_easy *data, in sftp_quote()
1109 sftp_upload_init(struct Curl_easy *data, in sftp_upload_init()
1296 sftp_pkey_init(struct Curl_easy *data, in sftp_pkey_init()
1390 sftp_quote_stat(struct Curl_easy *data, in sftp_quote_stat()
1494 sftp_download_stat(struct Curl_easy *data, in sftp_download_stat()
1624 static CURLcode sftp_readdir(struct Curl_easy *data, in sftp_readdir()
1692 static CURLcode ssh_statemachine(struct Curl_easy *data, bool *block) in ssh_statemachine()
3016 static int ssh_getsock(struct Curl_easy *data, in ssh_getsock()
3041 static void ssh_block2waitfor(struct Curl_easy *data, bool block) in ssh_block2waitfor()
3061 static CURLcode ssh_multi_statemach(struct Curl_easy *data, bool *done) in ssh_multi_statemach()
3079 static CURLcode ssh_block_statemach(struct Curl_easy *data, in ssh_block_statemach()
3138 static CURLcode ssh_setup_connection(struct Curl_easy *data, in ssh_setup_connection()
3158 struct Curl_easy *data = (struct Curl_easy *)*abstract; in ssh_tls_recv() local
3183 struct Curl_easy *data = (struct Curl_easy *)*abstract; in ssh_tls_send() local
3210 static CURLcode ssh_connect(struct Curl_easy *data, bool *done) in ssh_connect()
3375 CURLcode scp_perform(struct Curl_easy *data, in scp_perform()
3401 static CURLcode scp_doing(struct Curl_easy *data, in scp_doing()
3418 static CURLcode ssh_do(struct Curl_easy *data, bool *done) in ssh_do()
3449 static CURLcode scp_disconnect(struct Curl_easy *data, in scp_disconnect()
3468 static CURLcode ssh_done(struct Curl_easy *data, CURLcode status) in ssh_done()
3491 static CURLcode scp_done(struct Curl_easy *data, CURLcode status, in scp_done()
3503 static ssize_t scp_send(struct Curl_easy *data, int sockindex, in scp_send()
3529 static ssize_t scp_recv(struct Curl_easy *data, int sockindex, in scp_recv()
3563 CURLcode sftp_perform(struct Curl_easy *data, in sftp_perform()
3589 static CURLcode sftp_doing(struct Curl_easy *data, in sftp_doing()
3603 static CURLcode sftp_disconnect(struct Curl_easy *data, in sftp_disconnect()
3624 static CURLcode sftp_done(struct Curl_easy *data, CURLcode status, in sftp_done()
3642 static ssize_t sftp_send(struct Curl_easy *data, int sockindex, in sftp_send()
3671 static ssize_t sftp_recv(struct Curl_easy *data, int sockindex, in sftp_recv()
3787 static void ssh_attach(struct Curl_easy *data, struct connectdata *conn) in ssh_attach()