Home | History | Annotate | Download | only in ftpd

Lines Matching defs:isdata

1701 	int dolog, sendrv, closerv, stderrfd, isconversion, isdata, isls;
1708 isconversion = isdata = isls = dolog = 0;
1715 isdata = 1;
1786 sendrv = send_data(fin, dout, &st, isdata);
2113 struct timeval *then, int isdata)
2135 if (isdata) {
2159 send_data_with_read(int filefd, int netfd, const struct stat *st, int isdata)
2188 else if (write_data(netfd, buf, c, &bufrem, &then, isdata))
2201 send_data_with_mmap(int filefd, int netfd, const struct stat *st, int isdata)
2257 isdata);
2269 return (send_data_with_read(filefd, netfd, st, isdata));
2279 send_data(FILE *instr, FILE *outstr, const struct stat *st, int isdata)
2300 if (isdata) {
2308 if (isdata) {
2330 switch (send_data_with_mmap(filefd, netfd, st, isdata)) {
2367 if (isdata) {