Searched defs:tries (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dmessage.c886 unsigned int tries; local
894 tries = 0;
895 while (tries < 2) {
900 tries++;
924 unsigned int tries; local
936 * Subsequent tries: double buffer size on each try.
938 tries = 0;
940 /* XXX possibly change this to a while (tries < 2) loop */
947 if (tries == 0) {
958 tries
[all...]
H A Drrl.c64 int divisions, tries; local
81 tries = 1;
87 ++tries;
96 "%d hash_divisor() divisions in %d tries"
98 divisions, tries, result, initial);
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c196 * In this state, the watcher tries to detect whether this is a break
2584 int tries = 0; local
2656 if (sock->fd == -1 && errno == EINTR && tries++ < 42)
/bind-9.11.3/bin/dig/
H A Ddighost.c143 int tries = 3; variable
835 looknew->retries = tries;
1485 tries = lwconf->attempts + 1;
1486 if (tries < 2)
1487 tries = 2;
1488 debug("tries is %d.", tries);
3257 debug("making new TCP request, %d tries left",
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_crt.c381 int i, tries = 0; local
395 tries = 2;
397 tries = 1;
401 for (i = 0; i < tries ; i++) {
H A Dintel_display.c2303 u32 reg, temp, tries; local
2343 for (tries = 0; tries < 5; tries++) {
2353 if (tries == 5)
2373 for (tries = 0; tries < 5; tries++) {
2383 if (tries == 5)
2947 * Note that enable_pch_pll tries t
[all...]
H A Dintel_dp.c2130 int tries, cr_tries; local
2134 tries = 0;
2171 if (tries > 5) {
2174 tries = 0;
2181 ++tries;

Completed in 111 milliseconds