Searched refs:handle_len (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | sftp-client.c | 491 do_close(struct sftp_conn *conn, const u_char *handle, u_int handle_len) in do_close() argument 503 (r = sshbuf_put_string(msg, handle, handle_len)) != 0) in do_close() 524 size_t handle_len; in do_lsreaddir() local 542 handle = get_handle(conn, id, &handle_len, in do_lsreaddir() 563 (r = sshbuf_put_string(msg, handle, handle_len)) != 0) in do_lsreaddir() 648 do_close(conn, handle, handle_len); in do_lsreaddir() 768 do_fstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len, in do_fstat() argument 775 handle_len); in do_fstat() 799 do_fsetstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len, in do_fsetstat() argument 806 handle_len, a); in do_fsetstat() [all …]
|