Home
last modified time | relevance | path

Searched refs:sftp_fsync (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dsftp-client.h138 int sftp_fsync(struct sftp_conn *conn, u_char *, u_int);
H A Dsftp-client.c1337 sftp_fsync(struct sftp_conn *conn, u_char *handle, u_int handle_len) in sftp_fsync() function
2239 (void)sftp_fsync(conn, handle, handle_len); in sftp_upload()