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.c220 if (type != SSH2_FXP_STATUS) in get_status()
222 SSH2_FXP_STATUS, type); in get_status()
260 if (type == SSH2_FXP_STATUS) { in get_handle()
298 if (type == SSH2_FXP_STATUS) { in get_decode_stat()
344 if (type == SSH2_FXP_STATUS) { in get_decode_statvfs()
580 if (type == SSH2_FXP_STATUS) { in do_lsreaddir()
840 if (type == SSH2_FXP_STATUS) { in do_realpath()
1040 if (type == SSH2_FXP_STATUS) { in do_readlink()
1309 case SSH2_FXP_STATUS: in do_download()
1719 if (type != SSH2_FXP_STATUS) in do_upload()
[all …]
Dsftp-server.c522 if ((r = sshbuf_put_u8(msg, SSH2_FXP_STATUS)) != 0 || in send_status()