Lines Matching refs:handle_len

303 do_close(struct sftp_conn *conn, char *handle, u_int handle_len)  in do_close()  argument
313 buffer_put_string(&msg, handle, handle_len); in do_close()
332 u_int count, type, id, handle_len, i, expected_id, ents = 0; in do_lsreaddir() local
345 handle = get_handle(conn->fd_in, id, &handle_len); in do_lsreaddir()
363 buffer_put_string(&msg, handle, handle_len); in do_lsreaddir()
388 do_close(conn, handle, handle_len); in do_lsreaddir()
426 do_close(conn, handle, handle_len); in do_lsreaddir()
542 do_fstat(struct sftp_conn *conn, char *handle, u_int handle_len, int quiet)
548 handle_len);
572 do_fsetstat(struct sftp_conn *conn, char *handle, u_int handle_len, in do_fsetstat() argument
579 handle_len, a); in do_fsetstat()
747 char *handle, u_int handle_len) in send_read_request() argument
755 buffer_put_string(&msg, handle, handle_len); in send_read_request()
772 u_int handle_len, mode, type, id, buflen, num_req, max_req; in do_download() local
820 handle = get_handle(conn->fd_in, id, &handle_len); in do_download()
872 req->len, handle, handle_len); in do_download()
932 req->offset, req->len, handle, handle_len); in do_download()
966 do_close(conn, handle, handle_len); in do_download()
971 do_close(conn, handle, handle_len); in do_download()
973 status = do_close(conn, handle, handle_len); in do_download()
1005 u_int handle_len, id, type; in do_upload() local
1062 handle = get_handle(conn->fd_in, id, &handle_len); in do_upload()
1106 buffer_put_string(&msg, handle, handle_len); in do_upload()
1148 do_close(conn, handle, handle_len); in do_upload()
1169 do_close(conn, handle, handle_len); in do_upload()
1176 do_fsetstat(conn, handle, handle_len, &a); in do_upload()
1178 status = do_close(conn, handle, handle_len); in do_upload()