Home
last modified time | relevance | path

Searched refs:SSH2_FX_FAILURE (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dsftp-server.c214 ret = SSH2_FX_FAILURE; in errno_to_portable()
687 int r, handle, fd, flags, mode, status = SSH2_FX_FAILURE; in process_open()
726 int r, handle, ret, status = SSH2_FX_FAILURE; in process_close()
743 int r, handle, fd, ret, status = SSH2_FX_FAILURE; in process_read()
797 status = SSH2_FX_FAILURE; in process_write()
814 status = SSH2_FX_FAILURE; in process_write()
828 int r, status = SSH2_FX_FAILURE; in process_do_stat()
865 int fd, r, handle, status = SSH2_FX_FAILURE; in process_fstat()
971 status = SSH2_FX_FAILURE; in process_fsetstat()
1027 int r, handle, status = SSH2_FX_FAILURE; in process_opendir()
[all …]
Dsftp.h91 #define SSH2_FX_FAILURE 4 macro
Dsftp-client.c543 int status = SSH2_FX_FAILURE; in do_lsreaddir()
1454 status = SSH2_FX_FAILURE; in do_download()
1458 status = SSH2_FX_FAILURE; in do_download()
1805 status = SSH2_FX_FAILURE; in do_upload()
1811 status = SSH2_FX_FAILURE; in do_upload()
1822 status = SSH2_FX_FAILURE; in do_upload()
Dsftp-common.c195 case SSH2_FX_FAILURE: in fx2txt()