Home
last modified time | relevance | path

Searched refs:DEFAULT_COPY_BUFLEN (Results 1 – 3 of 3) sorted by relevance

/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dsftp.c70 #define DEFAULT_COPY_BUFLEN 32768 /* Size of buffer for up/download */ macro
2225 size_t copy_buffer_len = DEFAULT_COPY_BUFLEN; in main()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dsftp.c74 #define DEFAULT_COPY_BUFLEN 32768 /* Size of buffer for up/download */ macro
2387 size_t copy_buffer_len = DEFAULT_COPY_BUFLEN; in main()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dsftp-client.c72 #define DEFAULT_COPY_BUFLEN 32768 macro
464 transfer_buflen ? transfer_buflen : DEFAULT_COPY_BUFLEN; in do_init()