HomeSort by relevance Sort by last modified time
    Searched defs:retry_counter (Results 1 - 6 of 6) sorted by null

  /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/src/racoon/
localconf.h 96 int retry_counter; /* times to retry. */ member in struct:localconf
remoteconf.h 104 int retry_counter; /* times to retry. */ member in struct:remoteconf
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
  /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...]

Completed in 169 milliseconds