OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SFTP_MAX_MSG_LENGTH
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
sftp-common.h
29
#define
SFTP_MAX_MSG_LENGTH
(256 * 1024)
sftp-server.c
1286
if (msg_len >
SFTP_MAX_MSG_LENGTH
) {
1502
buffer_check_alloc(&oqueue,
SFTP_MAX_MSG_LENGTH
))
[
all
...]
sftp-client.c
104
if (buffer_len(m) >
SFTP_MAX_MSG_LENGTH
)
137
if (msg_len >
SFTP_MAX_MSG_LENGTH
)
[
all
...]
Completed in 1042 milliseconds