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.c233 if (type != SSH2_FXP_STATUS) in get_status()
235 SSH2_FXP_STATUS, type); in get_status()
273 if (type == SSH2_FXP_STATUS) { in get_handle()
311 if (type == SSH2_FXP_STATUS) { in get_decode_stat()
357 if (type == SSH2_FXP_STATUS) { in get_decode_statvfs()
597 if (type == SSH2_FXP_STATUS) { in do_lsreaddir()
856 if (type == SSH2_FXP_STATUS) { in do_realpath()
1056 if (type == SSH2_FXP_STATUS) { in do_readlink()
1354 case SSH2_FXP_STATUS: in do_download()
1769 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()