Searched refs:send_string_request (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/crypto/openssh/
H A Dsftp-client.c167 send_string_request(struct sftp_conn *conn, u_int id, u_int code, const char *s, function
693 send_string_request(conn, id, SSH2_FXP_REMOVE, path, strlen(path));
722 send_string_request(conn, id, SSH2_FXP_RMDIR, path,
739 send_string_request(conn, id,
760 send_string_request(conn, id, SSH2_FXP_LSTAT, path,
774 send_string_request(conn, id, SSH2_FXP_FSTAT, handle,
826 send_string_request(conn, id, SSH2_FXP_REALPATH, path,
1027 send_string_request(conn, id, SSH2_FXP_READLINK, path, strlen(path));

Completed in 127 milliseconds