Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp-client.c2463 u_char *from_handle, *to_handle; in sftp_crossload() local
2507 &to_handle, &to_handle_len) != 0) { in sftp_crossload()
2593 (r = sshbuf_put_string(msg, to_handle, in sftp_crossload()
2658 sftp_close(to, to_handle, to_handle_len); in sftp_crossload()
2659 free(to_handle); in sftp_crossload()
2662 &to_handle, &to_handle_len) != 0) { in sftp_crossload()
2664 to_handle = NULL; in sftp_crossload()
2671 if (to_handle != NULL) in sftp_crossload()
2672 sftp_close(to, to_handle, to_handle_len); in sftp_crossload()
2677 if (to_handle != NULL) in sftp_crossload()
[all …]