HomeSort by: relevance | last modified time | path
    Searched refs:rate_get (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/ftp/
util.c 974 if (rate_get)
975 rate_get += rate_get_incr;
980 if (rate_get && rate_get > rate_get_incr)
981 rate_get -= rate_get_incr;
ftp_var.h 255 GLOBAL int rate_get; /* maximum get xfer rate */ variable in typeref:typename:GLOBAL int
cmds.c 851 onoff(rate_get), rate_get, rate_get_incr);
2301 #define RATE_GET 1
2303 #define RATE_ALL (RATE_GET | RATE_PUT)
2308 dir = RATE_GET;
2328 if (dir & RATE_GET) {
2330 rate_get = max;
2336 onoff(rate_get), rate_get, rate_get_incr);
2662 dir = RATE_GET;
    [all...]
fetch.c 1771 if (rate_get)
1773 bufrem = rate_get ? rate_get : (off_t)bufsize;
1805 if (rate_get) {
main.c 186 rate_get = 0;
ftp.c 1096 rate_get, hash_interval);

Completed in 18 milliseconds