Searched refs:SSH2_FXP_STATUS (Results 1 – 3 of 3) sorted by relevance
220 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 …]
58 #define SSH2_FXP_STATUS 101 macro
522 if ((r = sshbuf_put_u8(msg, SSH2_FXP_STATUS)) != 0 || in send_status()