Searched refs:handle_len (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/crypto/openssh/ |
| D | sftp-client.c | 663 do_close(struct sftp_conn *conn, const u_char *handle, u_int handle_len) in do_close() argument 675 (r = sshbuf_put_string(msg, handle, handle_len)) != 0) in do_close() 696 size_t handle_len; in do_lsreaddir() local 714 handle = get_handle(conn, id, &handle_len, in do_lsreaddir() 735 (r = sshbuf_put_string(msg, handle, handle_len)) != 0) in do_lsreaddir() 816 do_close(conn, handle, handle_len); in do_lsreaddir() 942 do_fstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len, in do_fstat() argument 951 handle_len); in do_fstat() 976 do_fsetstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len, in do_fsetstat() argument 985 handle_len, a); in do_fsetstat() [all …]
|