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

/bind-9.11.3/lib/dns/
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);
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...]
/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",

Completed in 283 milliseconds