Home
last modified time | relevance | path

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

/dragonfly/contrib/tnftp/src/
H A Dftp.c712 off_t volatile hashbytes; in sendrequest() local
719 hashbytes = mark; in sendrequest()
850 while (hash_interval && bytes >= hashbytes) { in sendrequest()
853 hashbytes += mark; in sendrequest()
870 if (bytes < hashbytes) in sendrequest()
949 off_t volatile hashbytes; in recvrequest() local
959 hashbytes = mark; in recvrequest()
1136 while (hash_interval && bytes >= hashbytes) { in recvrequest()
1139 hashbytes += mark; in recvrequest()
1160 if (bytes < hashbytes) in recvrequest()
H A Dfetch.c1331 off_t hashbytes; in fetch_url() local
1620 hashbytes = mark; in fetch_url()
1705 while (bytes >= hashbytes) { in fetch_url()
1707 hashbytes += mark; in fetch_url()