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

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c1653 int dolog, sendrv, closerv, stderrfd, isconversion, isdata, isls; local
1660 isconversion = isdata = isls = dolog = 0;
1667 isdata = 1;
1738 sendrv = send_data(fin, dout, &st, isdata);
2052 struct timeval *then, int isdata)
2074 if (isdata) {
2098 send_data_with_read(int filefd, int netfd, const struct stat *st, int isdata) argument
2126 else if (write_data(netfd, buf, c, &bufrem, &then, isdata))
2139 send_data_with_mmap(int filefd, int netfd, const struct stat *st, int isdata) argument
2193 isdata);
2051 write_data(int fd, char *buf, size_t size, off_t *bufrem, struct timeval *then, int isdata) argument
2215 send_data(FILE *instr, FILE *outstr, const struct stat *st, int isdata) argument
[all...]

Completed in 25 milliseconds