Home
last modified time | relevance | path

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

/external/openssh/
Dsftp-server.c215 ret = SSH2_FX_FAILURE; in errno_to_portable()
686 int r, handle, fd, flags, mode, status = SSH2_FX_FAILURE; in process_open()
725 int r, handle, ret, status = SSH2_FX_FAILURE; in process_close()
742 int r, handle, fd, ret, status = SSH2_FX_FAILURE; in process_read()
796 status = SSH2_FX_FAILURE; in process_write()
813 status = SSH2_FX_FAILURE; in process_write()
827 int r, status = SSH2_FX_FAILURE; in process_do_stat()
864 int fd, r, handle, status = SSH2_FX_FAILURE; in process_fstat()
958 status = SSH2_FX_FAILURE; in process_fsetstat()
1014 int r, handle, status = SSH2_FX_FAILURE; in process_opendir()
[all …]
Dsftp.h91 #define SSH2_FX_FAILURE 4 macro
Dsftp-client.c519 int status = SSH2_FX_FAILURE; in do_lsreaddir()
1397 status = SSH2_FX_FAILURE; in do_download()
1401 status = SSH2_FX_FAILURE; in do_download()
1744 status = SSH2_FX_FAILURE; in do_upload()
1750 status = SSH2_FX_FAILURE; in do_upload()
1761 status = SSH2_FX_FAILURE; in do_upload()
1812 if (status != SSH2_FX_FAILURE) in upload_dir_internal()
Dsftp-common.c194 case SSH2_FX_FAILURE: in fx2txt()