OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rateget
(Results
1 - 5
of
5
) sorted by relevancy
/src/share/examples/ftpd/
ftpd.conf
27
rateget
slowmo 5k
/src/libexec/ftpd/
extern.h
285
LLT
rateget
; /* Get (RETR) transfer rate throttle */
member in struct:ftpclass
conf.c
110
curclass.
rateget
= 0;
449
} else if (strcasecmp(word, "
rateget
") == 0) {
450
curclass.maxrateget = curclass.
rateget
= 0;
451
CONF_LL(
rateget
, arg, 0, LLTMAX);
452
curclass.maxrateget = curclass.
rateget
;
ftpcmd.y
158
CHMOD IDLE
RATEGET
RATEPUT UMASK
597
| SITE SP
RATEGET
check_login CRLF
601
"Current
RATEGET
is " LLF " bytes/sec",
602
(LLT)curclass.
rateget
);
606
| SITE SP
RATEGET
check_login SP STRING CRLF
613
rate = strsuftollx("
RATEGET
", p, 0,
620
curclass.
rateget
= rate;
622
"
RATEGET
set to " LLF " bytes/sec",
623
(LLT)curclass.
rateget
);
1304
{ "
RATEGET
", RATEGET,OSTR, 1, "[ <sp> get-throttle-rate ]", 0, }
[
all
...]
ftpd.c
2124
if (curclass.
rateget
) {
2141
if (curclass.
rateget
) {
2151
*bufrem = curclass.
rateget
;
2176
if (curclass.
rateget
) {
2177
bufrem = curclass.
rateget
;
2239
if (curclass.
rateget
) {
2240
bufrem = curclass.
rateget
;
2787
if (curclass.
rateget
)
2789
(LLT)curclass.
rateget
);
Completed in 15 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025