OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:retry_counter
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/sync/engine/
sync_scheduler_unittest.cc
315
CallbackCounter
retry_counter
;
local
321
base::Bind(&CallbackCounter::Callback, base::Unretained(&
retry_counter
)));
325
ASSERT_EQ(0,
retry_counter
.times_called());
345
CallbackCounter
retry_counter
;
local
351
base::Bind(&CallbackCounter::Callback, base::Unretained(&
retry_counter
)));
355
ASSERT_EQ(1,
retry_counter
.times_called());
361
ASSERT_EQ(1,
retry_counter
.times_called());
392
CallbackCounter
retry_counter
;
local
398
base::Bind(&CallbackCounter::Callback, base::Unretained(&
retry_counter
)));
402
ASSERT_EQ(0,
retry_counter
.times_called())
421
CallbackCounter
retry_counter
;
local
660
CallbackCounter
retry_counter
;
local
749
CallbackCounter
retry_counter
;
local
870
CallbackCounter
retry_counter
;
local
974
CallbackCounter
retry_counter
;
local
1028
CallbackCounter
retry_counter
;
local
1256
CallbackCounter
retry_counter
;
local
[
all
...]
/external/ipsec-tools/src/racoon/
localconf.h
96
int
retry_counter
; /* times to retry. */
member in struct:localconf
handler.h
146
int
retry_counter
; /* for resend. */
member in struct:ph1handle
264
int
retry_counter
; /* for resend. */
member in struct:ph2handle
341
int
retry_counter
; /* how many times to send */
member in struct:recvdpkt
remoteconf.h
104
int
retry_counter
; /* times to retry. */
member in struct:remoteconf
handler.c
506
p->
retry_counter
== 0
915
r->
retry_counter
--;
916
if (r->
retry_counter
<= 0) {
938
if (lcconf->
retry_counter
== 0) {
979
new->
retry_counter
= lcconf->
retry_counter
;
1021
lt = lcconf->
retry_counter
* lcconf->retry_interval;
1038
time_t lt = lcconf->
retry_counter
* lcconf->retry_interval;
isakmp_ident.c
213
iph1->
retry_counter
= iph1->rmconf->
retry_counter
;
395
iph1->
retry_counter
= iph1->rmconf->
retry_counter
;
636
iph1->
retry_counter
= iph1->rmconf->
retry_counter
;
1066
iph1->
retry_counter
= iph1->rmconf->
retry_counter
;
1295
iph1->
retry_counter
= iph1->rmconf->
retry_counter
;
[
all
...]
isakmp_base.c
253
iph1->
retry_counter
= iph1->rmconf->
retry_counter
;
555
iph1->
retry_counter
= iph1->rmconf->
retry_counter
;
1022
iph1->
retry_counter
= iph1->rmconf->
retry_counter
;
[
all
...]
isakmp_agg.c
292
iph1->
retry_counter
= iph1->rmconf->
retry_counter
;
1264
iph1->
retry_counter
= iph1->rmconf->
retry_counter
;
[
all
...]
localconf.c
117
lcconf->
retry_counter
= LC_DEFAULT_RETRY_COUNTER;
isakmp_quick.c
288
iph2->
retry_counter
= iph2->ph1->rmconf->
retry_counter
;
623
iph2->
retry_counter
= iph2->ph1->rmconf->
retry_counter
;
1354
iph2->
retry_counter
= iph2->ph1->rmconf->
retry_counter
;
[
all
...]
remoteconf.c
205
new->
retry_counter
= lcconf->
retry_counter
;
isakmp.c
[
all
...]
cfparse.y
207
%token RETRY
RETRY_COUNTER
RETRY_INTERVAL RETRY_PERSEND
1083
:
RETRY_COUNTER
NUMBER
1085
lcconf->
retry_counter
= $2;
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_blind.c
312
int
retry_counter
= 32;
local
350
if (
retry_counter
-- == 0)
/external/openssl/crypto/bn/
bn_blind.c
312
int
retry_counter
= 32;
local
350
if (
retry_counter
-- == 0)
/external/ipsec-tools/
setup.c
138
localconf.
retry_counter
= 10;
Completed in 255 milliseconds