Home
last modified time | relevance | path

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

/netbsd-src/libexec/ftpd/
H A Dftpd.c266 send_data_with_read(int, int, const struct stat *, int);
2158 send_data_with_read(int filefd, int netfd, const struct stat *st, int isdata) in send_data_with_read() function
2268 return (send_data_with_read(filefd, netfd, st, isdata)); in send_data_with_mmap()