OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH2_FILEXFER_ATTR_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
sftp.h
68
#define
SSH2_FILEXFER_ATTR_SIZE
0x00000001
sftp-common.c
69
a->flags |=
SSH2_FILEXFER_ATTR_SIZE
;
87
if (a->flags &
SSH2_FILEXFER_ATTR_SIZE
)
109
if (a.flags &
SSH2_FILEXFER_ATTR_SIZE
)
143
if (a->flags &
SSH2_FILEXFER_ATTR_SIZE
)
sftp-client.c
1024
if (a->flags &
SSH2_FILEXFER_ATTR_SIZE
)
[
all
...]
sftp-server.c
778
if (a->flags &
SSH2_FILEXFER_ATTR_SIZE
) {
833
if (a->flags &
SSH2_FILEXFER_ATTR_SIZE
) {
[
all
...]
Completed in 313 milliseconds