Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dsftp-common.c70 a->flags |= SSH2_FILEXFER_ATTR_SIZE; in stat_to_attrib()
88 if (a->flags & SSH2_FILEXFER_ATTR_SIZE) in attrib_to_stat()
110 if (a.flags & SSH2_FILEXFER_ATTR_SIZE) in decode_attrib()
144 if (a->flags & SSH2_FILEXFER_ATTR_SIZE) in encode_attrib()
/titanic_41/usr/src/cmd/ssh/include/
H A Dsftp.h75 #define SSH2_FILEXFER_ATTR_SIZE 0x00000001 macro
/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c801 if (a->flags & SSH2_FILEXFER_ATTR_SIZE) in do_download()
1042 a.flags &= ~SSH2_FILEXFER_ATTR_SIZE; in do_upload()
/titanic_41/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c715 if (a->flags & SSH2_FILEXFER_ATTR_SIZE) { in process_setstat()
768 if (a->flags & SSH2_FILEXFER_ATTR_SIZE) { in process_fsetstat()