OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH2_FILEXFER_ATTR_SIZE
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
sftp.h
69
#define
SSH2_FILEXFER_ATTR_SIZE
0x00000001
sftp-common.c
76
a->flags |=
SSH2_FILEXFER_ATTR_SIZE
;
94
if (a->flags &
SSH2_FILEXFER_ATTR_SIZE
)
117
if (a->flags &
SSH2_FILEXFER_ATTR_SIZE
) {
167
if (a->flags &
SSH2_FILEXFER_ATTR_SIZE
) {
sftp-client.c
1620
if (a->flags &
SSH2_FILEXFER_ATTR_SIZE
)
2048
a.flags &= ~
SSH2_FILEXFER_ATTR_SIZE
;
2204
t.flags =
SSH2_FILEXFER_ATTR_SIZE
;
2261
a.flags &= ~
SSH2_FILEXFER_ATTR_SIZE
;
2468
if (a->flags &
SSH2_FILEXFER_ATTR_SIZE
)
2483
a->flags &= ~
SSH2_FILEXFER_ATTR_SIZE
;
2716
curdir.flags &= ~
SSH2_FILEXFER_ATTR_SIZE
;
sftp-server.c
994
if (a.flags &
SSH2_FILEXFER_ATTR_SIZE
) {
1047
if (a.flags &
SSH2_FILEXFER_ATTR_SIZE
) {
1456
if (a.flags &
SSH2_FILEXFER_ATTR_SIZE
) {
Completed in 16 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026