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

/macosx-10.10/lukemftp-14/tnftp/src/
H A Dftp.c599 off_t bufrem, bufchunk; local
604 bufchunk = rate_limit;
606 bufchunk = bufsize;
614 /* copy bufchunk at a time */
615 bufrem = bufchunk;
H A Dftp.c.orig595 off_t bufrem, bufchunk;
600 bufchunk = rate_limit;
602 bufchunk = bufsize;
610 /* copy bufchunk at a time */
611 bufrem = bufchunk;

Completed in 169 milliseconds