Searched refs:handle_len (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | sftp-client.c | 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() [all …]
|