Home
last modified time | relevance | path

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

/external/openssh/
Dsftp-server.c210 ret = SSH2_FX_FAILURE; in errno_to_portable()
681 int r, handle, fd, flags, mode, status = SSH2_FX_FAILURE; in process_open()
720 int r, handle, ret, status = SSH2_FX_FAILURE; in process_close()
737 int r, handle, fd, ret, status = SSH2_FX_FAILURE; in process_read()
791 status = SSH2_FX_FAILURE; in process_write()
808 status = SSH2_FX_FAILURE; in process_write()
822 int r, status = SSH2_FX_FAILURE; in process_do_stat()
859 int fd, r, handle, status = SSH2_FX_FAILURE; in process_fstat()
953 status = SSH2_FX_FAILURE; in process_fsetstat()
1009 int r, handle, status = SSH2_FX_FAILURE; in process_opendir()
[all …]
Dsftp.h91 #define SSH2_FX_FAILURE 4 macro
Dsftp-client.c526 int status = SSH2_FX_FAILURE; in do_lsreaddir()
1408 status = SSH2_FX_FAILURE; in do_download()
1412 status = SSH2_FX_FAILURE; in do_download()
1755 status = SSH2_FX_FAILURE; in do_upload()
1761 status = SSH2_FX_FAILURE; in do_upload()
1772 status = SSH2_FX_FAILURE; in do_upload()
Dsftp-common.c194 case SSH2_FX_FAILURE: in fx2txt()