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()
574 if (type == SSH2_FXP_STATUS) { in do_lsreaddir()
832 if (type == SSH2_FXP_STATUS) { in do_realpath()
1032 if (type == SSH2_FXP_STATUS) { in do_readlink()
1301 case SSH2_FXP_STATUS: in do_download()
1711 if (type != SSH2_FXP_STATUS) in do_upload()
[all …]
Dsftp-server.c526 if ((r = sshbuf_put_u8(msg, SSH2_FXP_STATUS)) != 0 || in send_status()