Searched refs:to_handle (Results 1 – 1 of 1) sorted by relevance
2463 u_char *from_handle, *to_handle; in sftp_crossload() local2507 &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 …]