Home
last modified time | relevance | path

Searched refs:SSH2_FXP_STATUS (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dsftp.h58 #define SSH2_FXP_STATUS 101 macro
Dsftp-client.c213 if (type != SSH2_FXP_STATUS) in get_status()
215 SSH2_FXP_STATUS, type); in get_status()
253 if (type == SSH2_FXP_STATUS) { in get_handle()
291 if (type == SSH2_FXP_STATUS) { in get_decode_stat()
337 if (type == SSH2_FXP_STATUS) { in get_decode_statvfs()
573 if (type == SSH2_FXP_STATUS) { in do_lsreaddir()
831 if (type == SSH2_FXP_STATUS) { in do_realpath()
1031 if (type == SSH2_FXP_STATUS) { in do_readlink()
1300 case SSH2_FXP_STATUS: in do_download()
1708 if (type != SSH2_FXP_STATUS) in do_upload()
[all …]
Dsftp-server.c527 if ((r = sshbuf_put_u8(msg, SSH2_FXP_STATUS)) != 0 || in send_status()