Home
last modified time | relevance | path

Searched refs:ftp_read_data (Results 1 – 11 of 11) sorted by relevance

/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dreadwrite.h15 int ftp_read_data(struct vsf_session* p_sess, char* p_buf, unsigned int len);
H A Dreadwrite.c80 ftp_read_data(struct vsf_session* p_sess, char* p_buf, unsigned int len) in ftp_read_data() function
H A Dftpdataio.c609 int retval = ftp_read_data(p_sess, p_recvbuf + 1, chunk_size); in do_file_recv()
/dports/ftp/vsftpd/vsftpd-3.0.5/
H A Dreadwrite.h15 int ftp_read_data(struct vsf_session* p_sess, char* p_buf, unsigned int len);
H A Dreadwrite.c80 ftp_read_data(struct vsf_session* p_sess, char* p_buf, unsigned int len) in ftp_read_data() function
H A Dftpdataio.c609 int retval = ftp_read_data(p_sess, p_recvbuf + 1, chunk_size); in do_file_recv()
/dports/ftp/spegla/spegla-1.1p5/
H A Djftp.h122 int ftp_read_data(struct ftp_con *, char *buf, size_t size);
H A Djftp.c801 ftp_read_data(struct ftp_con *c, char *buf, size_t size) in ftp_read_data() function
931 if (ftp_read_data(c, c->ftp_buf, sizeof(c->ftp_buf)) < 0) in ftp_get()
944 if (ftp_read_data(c, c->ftp_buf, sizeof(c->ftp_buf)) < 0) in ftp_get()
1022 if (ftp_read_data(c, c->ftp_buf, sizeof(c->ftp_buf)) < 0) { in ftp_dir2()
1042 if (ftp_read_data(c, c->ftp_buf, sizeof(c->ftp_buf)) < 0) { in ftp_dir2()
/dports/ftp/quftp/quftp-1.0.7/
H A Dftp.h93 int ftp_read_data(struct ftpconnection *connection, char *buffer, int max_size);
H A Dftp_transfer.c186 n = ftp_read_data(connection, buffer, 4096); in ftp_get_file()
461 n = ftp_read_data(connection, data, max_size); in ftp_read_file()
H A Dftp_data.c103 int ftp_read_data(struct ftpconnection *connection, char *buffer, int max_size) { in ftp_read_data() function