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

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c279 send_data_with_read(int, int, const struct stat *, int);
2098 send_data_with_read(int filefd, int netfd, const struct stat *st, int isdata) function
2205 return (send_data_with_read(filefd, netfd, st, isdata));

Completed in 45 milliseconds