OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rate_put
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/ftp/
util.c
976
if (
rate_put
)
977
rate_put
+= rate_put_incr;
982
if (
rate_put
&&
rate_put
> rate_put_incr)
983
rate_put
-= rate_put_incr;
ftp_var.h
257
GLOBAL int
rate_put
; /* maximum put xfer rate */
variable in typeref:typename:GLOBAL int
cmds.c
854
onoff(
rate_put
),
rate_put
, rate_put_incr);
2302
#define
RATE_PUT
2
2303
#define RATE_ALL (RATE_GET |
RATE_PUT
)
2310
dir =
RATE_PUT
;
2338
if (dir &
RATE_PUT
) {
2340
rate_put
= max;
2346
onoff(
rate_put
),
rate_put
, rate_put_incr);
2660
dir =
RATE_PUT
;
[
all
...]
main.c
188
rate_put
= 0;
ftp.c
830
rate_put
, hash_interval);
Completed in 17 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025