Searched refs:to_handle_len (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sftp-client.c | 2464 size_t from_handle_len, to_handle_len; in sftp_crossload() local 2507 &to_handle, &to_handle_len) != 0) { in sftp_crossload() 2594 to_handle_len)) != 0 || in sftp_crossload() 2658 sftp_close(to, to_handle, to_handle_len); in sftp_crossload() 2662 &to_handle, &to_handle_len) != 0) { in sftp_crossload() 2672 sftp_close(to, to_handle, to_handle_len); in sftp_crossload() 2678 sftp_close(to, to_handle, to_handle_len); in sftp_crossload() 2688 sftp_fsetstat(to, to_handle, to_handle_len, a); in sftp_crossload() 2689 sftp_close(to, to_handle, to_handle_len); in sftp_crossload()
|