Home
last modified time | relevance | path

Searched refs:from_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
2496 &from_handle, &from_handle_len) != 0) in sftp_crossload()
2508 sftp_close(from, from_handle, from_handle_len); in sftp_crossload()
2549 req->len, from_handle, from_handle_len); in sftp_crossload()
2621 from_handle, from_handle_len); in sftp_crossload()
2670 sftp_close(from, from_handle, from_handle_len); in sftp_crossload()
2676 sftp_close(from, from_handle, from_handle_len); in sftp_crossload()
2680 if (sftp_close(from, from_handle, from_handle_len) != 0 || in sftp_crossload()
2693 free(from_handle); in sftp_crossload()