Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/ftp/
Dftp.c617 off_t bufrem, bufchunk; in copy_bytes() local
622 bufchunk = rate_limit; in copy_bytes()
624 bufchunk = bufsize; in copy_bytes()
633 bufrem = bufchunk; in copy_bytes()