Searched defs:handle_len (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/usr.bin/ssh/ |
H A D | sftp-client.c | 655 sftp_close(struct sftp_conn *conn, const u_char *handle, u_int handle_len) in sftp_close() 688 size_t handle_len; in sftp_lsreaddir() local 932 sftp_fstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len, in sftp_fstat() 966 sftp_fsetstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len, in sftp_fsetstat() 1317 sftp_fsync(struct sftp_conn *conn, u_char *handle, u_int handle_len) in sftp_fsync() 1439 sftp_fstatvfs(struct sftp_conn *conn, const u_char *handle, u_int handle_len, in sftp_fstatvfs() 1503 u_int len, const u_char *handle, u_int handle_len) in send_read_request() 1526 size_t handle_len; in send_open() local 1588 size_t handle_len; in sftp_download() local 2023 size_t handle_len; in sftp_upload() local
|