Lines Matching refs:handle_len

508 do_close(struct sftp_conn *conn, const u_char *handle, u_int handle_len)  in do_close()  argument
520 (r = sshbuf_put_string(msg, handle, handle_len)) != 0) in do_close()
541 size_t handle_len; in do_lsreaddir() local
559 handle = get_handle(conn, id, &handle_len, in do_lsreaddir()
580 (r = sshbuf_put_string(msg, handle, handle_len)) != 0) in do_lsreaddir()
664 do_close(conn, handle, handle_len); in do_lsreaddir()
784 do_fstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len, in do_fstat() argument
791 handle_len); in do_fstat()
815 do_fsetstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len, in do_fsetstat() argument
822 handle_len, a); in do_fsetstat()
1001 do_fsync(struct sftp_conn *conn, u_char *handle, u_int handle_len) in do_fsync() argument
1018 (r = sshbuf_put_string(msg, handle, handle_len)) != 0) in do_fsync()
1118 do_fstatvfs(struct sftp_conn *conn, const u_char *handle, u_int handle_len, in do_fstatvfs() argument
1136 (r = sshbuf_put_string(msg, handle, handle_len)) != 0) in do_fstatvfs()
1179 u_int len, const u_char *handle, u_int handle_len) in send_read_request() argument
1188 (r = sshbuf_put_string(msg, handle, handle_len)) != 0 || in send_read_request()
1209 size_t handle_len; in do_download() local
1260 handle = get_handle(conn, id, &handle_len, in do_download()
1289 do_close(conn, handle, handle_len); in do_download()
1335 req->len, handle, handle_len); in do_download()
1405 req->offset, req->len, handle, handle_len); in do_download()
1450 do_close(conn, handle, handle_len); in do_download()
1455 do_close(conn, handle, handle_len); in do_download()
1457 if (do_close(conn, handle, handle_len) != 0 || interrupted) in do_download()
1631 size_t handle_len; in do_upload() local
1696 handle = get_handle(conn, id, &handle_len, in do_upload()
1744 handle_len)) != 0 || in do_upload()
1816 do_fsetstat(conn, handle, handle_len, &a); in do_upload()
1819 (void)do_fsync(conn, handle, handle_len); in do_upload()
1821 if (do_close(conn, handle, handle_len) != 0) in do_upload()