Searched refs:handle_len (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/usr.bin/ssh/ |
| D | sftp-client.c | 390 do_close(struct sftp_conn *conn, char *handle, u_int handle_len) in do_close() argument 400 buffer_put_string(&msg, handle, handle_len); in do_close() 419 u_int count, type, id, handle_len, i, expected_id, ents = 0; in do_lsreaddir() local 432 handle = get_handle(conn->fd_in, id, &handle_len, in do_lsreaddir() 451 buffer_put_string(&msg, handle, handle_len); in do_lsreaddir() 476 do_close(conn, handle, handle_len); in do_lsreaddir() 525 do_close(conn, handle, handle_len); in do_lsreaddir() 640 do_fstat(struct sftp_conn *conn, char *handle, u_int handle_len, int quiet) in do_fstat() argument 646 handle_len); in do_fstat() 670 do_fsetstat(struct sftp_conn *conn, char *handle, u_int handle_len, in do_fsetstat() argument [all …]
|