OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throttle_delay
(Results
1 - 3
of
3
) sorted by null
/external/ipsec-tools/src/racoon/
isakmp_xauth.c
259
time_t
throttle_delay
= 0;
local
314
throttle_delay
= throttle_host(iph1->remote, res) - time(NULL);
315
if (
throttle_delay
> 0) {
322
str, (unsigned long)
throttle_delay
);
325
throttle_delay
= 0;
329
if (
throttle_delay
!= 0) {
347
sched_new(
throttle_delay
, xauth_reply_stub, xra);
[
all
...]
/external/chromium_org/chrome/browser/extensions/updater/
extension_updater.cc
123
throttle_delay
(kMinUpdateThrottleTime),
127
int
throttle_delay
;
member in struct:extensions::ExtensionUpdater::ThrottleInfo
412
Time earliest = last + TimeDelta::FromSeconds(info.
throttle_delay
);
/external/chromium_org/sync/engine/
syncer_proto_util.cc
298
base::TimeDelta
throttle_delay
=
local
303
throttle_delay
=
307
return
throttle_delay
;
Completed in 333 milliseconds