Home
last modified time | relevance | path

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

/netbsd/libexec/ftpd/
H A Dftpd.c268 send_data_with_mmap(int, int, const struct stat *, int);
2188 send_data_with_mmap(int filefd, int netfd, const struct stat *st, int isdata) in send_data_with_mmap() function
2317 switch (send_data_with_mmap(filefd, netfd, st, isdata)) { in send_data()