Lines Matching refs:to_handle
2463 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()
2678 sftp_close(to, to_handle, to_handle_len); in sftp_crossload()
2685 if (to_handle != NULL) { 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()
2694 free(to_handle); in sftp_crossload()