Searched refs:old_handle (Results 1 – 3 of 3) sorted by relevance
1087 u_char *old_handle, *new_handle; in sftp_copy() local1138 old_handle = get_handle(conn, id, &old_handle_len, in sftp_copy()1140 if (old_handle == NULL) { in sftp_copy()1163 free(old_handle); in sftp_copy()1172 (r = sshbuf_put_string(msg, old_handle, old_handle_len)) != 0 || in sftp_copy()1189 sftp_close(conn, old_handle, old_handle_len); in sftp_copy()1191 free(old_handle); in sftp_copy()
323 my $old_handle = select($dev_fh);325 select($old_handle);
7536 my $old_handle = select $new_handle;7542 select $old_handle;