Searched refs:tries (Results 1 - 13 of 13) sorted by relevance

/bind-9.11.3/bin/tests/virtual-time/
H A Dstart.pl90 my $tries = 0;
94 if (++$tries > 4) {
145 my $tries = 0;
147 if (++$tries > 14) {
162 my $tries = 0;
167 if (++$tries >= 30) {
/bind-9.11.3/bin/tests/system/rrl/
H A Dtests.sh80 ARGS="+nocookie +continue +time=1 +tries=1 -p 5300 $* @$ns2 $DOMS"
252 $DIG +nocookie +nosearch +time=1 +tries=1 +ignore -p 5300 @$ns4 A a7.tld4 > /dev/null 2>&1
253 $DIG +nocookie +nosearch +time=1 +tries=1 +ignore -p 5300 @$ns4 A a7.tld4 > /dev/null 2>&1
254 $DIG +nocookie +nosearch +time=1 +tries=1 +ignore -p 5300 @$ns4 A a7.tld4 > /dev/null 2>&1
255 $DIG +nocookie +nosearch +time=1 +tries=1 +ignore -p 5300 @$ns4 A a7.tld4 > /dev/null 2>&1
256 $DIG +nocookie +nosearch +time=1 +tries=1 +ignore -p 5300 @$ns4 A a7.tld4 > /dev/null 2>&1
257 $DIG +nocookie +nosearch +time=1 +tries=1 +ignore -p 5300 @$ns4 A a7.tld4 > /dev/null 2>&1
258 $DIG +nocookie +nosearch +time=1 +tries=1 +ignore -p 5300 @$ns4 A a7.tld4 > /dev/null 2>&1
259 $DIG +nocookie +nosearch +time=1 +tries=1 +ignore -p 5300 @$ns4 A a7.tld4 > /dev/null 2>&1
260 $DIG +nocookie +nosearch +time=1 +tries
[all...]
/bind-9.11.3/bin/tests/system/
H A Dstart.pl116 my $tries = 0;
120 if (++$tries > 4) {
271 my $tries = 0;
273 if (++$tries > 140) {
308 my $tries = 0;
312 if (++$tries >= 30) {
/bind-9.11.3/bin/dig/
H A Dhost.c474 lookup->retries = tries;
484 lookup->retries = tries;
801 tries = atoi(isc_commandline_argument) + 1;
802 if (tries < 2)
803 tries = 2;
844 lookup->retries = tries;
877 tries = 2;
H A Dnslookup.c499 lookup->retries = tries;
565 timeout, tries, port, ndots);
631 isc_result_t result = parse_uint(&n, value, INT_MAX, "tries");
633 tries = n;
801 lookup->retries = tries;
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",
/bind-9.11.3/bin/tests/system/statistics/
H A Dtests.sh64 $DIGCMD +tries=2 +time=1 +recurse @10.53.0.3 foo.info. any > /dev/null 2>&1
65 #$DIGCMD +tries=2 +time=1 +recurse @10.53.0.3 foo.info. any
/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/bin/dig/include/dig/
H A Ddig.h44 /*% Max number of tries */
292 extern int tries;
/bind-9.11.3/bin/tests/system/nsupdate/
H A Dtests.sh18 tries=0
20 if [ $tries -eq 10 ]
30 tries=`expr $tries + 1`
/bind-9.11.3/bin/tests/system/resolver/
H A Dtests.sh428 $DIG +tcp +tries=2 +time=5 mx example.net @10.53.0.7 -p 5300 > dig.ns7.out.${n} || ret=2
/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)

Completed in 931 milliseconds