Searched refs:zero (Results 1 - 10 of 10) sorted by relevance

/bind-9.11.3/bin/tests/system/checkconf/
H A Dbad-rate-limit-qps-scale.conf11 qps-scale 0; // must be greater than zero
/bind-9.11.3/lib/lwres/
H A Dprint.c62 int zero; local
105 dot = space = plus = left = zero = alt = h = l = q = z = 0;
117 zero = 0;
129 zero = 1;
202 zero = 0;
321 else if (length < width && zero)
/bind-9.11.3/bin/tests/system/resolver/ns7/
H A Dnamed1.conf26 * I: check zero ttl not returned
H A Dnamed2.conf26 * I: check zero ttl not returned
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Drace.c355 /* Upper octet is zero (and not U1). */
404 int zero = 0; local
412 zero++;
423 if (upper > 0 && zero > 0)
/bind-9.11.3/lib/isc/
H A Dprint.c158 int zero; local
199 dot = neg = space = plus = left = zero = alt = h = l = q = z = 0;
211 zero = 0;
223 zero = 1;
305 zero = 0;
489 else if (length < width && zero)
H A Drwlock.c102 * In case there's trouble initializing, we zero magic now. If all
468 int_fast32_t zero = 0; local
470 (&rwl->cnt_and_flag, &zero, WRITER_ACTIVE,
/bind-9.11.3/contrib/scripts/
H A Dcheck5011.pl191 =item L<http://creativecommons.org/publicdomain/zero/1.0/>
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm102 my @zero;
/bind-9.11.3/bin/tests/system/resolver/
H A Dtests.sh480 # look for ttl = 1, allow for one miss at getting zero ttl
705 echo "I:check zero ttl not returned for learnt non zero ttl records (${n})"
708 $DIG @10.53.0.7 -p 5300 non-zero.example.net txt > dig.out.1.${n} || ret=1
712 # look for ttl = 1, allow for one miss at getting zero ttl
717 $DIG @10.53.0.7 -p 5300 non-zero.example.net txt > dig.out.2.${n} || ret=1
729 echo "I:check zero ttl is returned for learnt zero ttl records (${n})"
731 $DIG @10.53.0.7 -p 5300 zero.example.net txt > dig.out.1.${n} || ret=1
732 ttl=`awk '/"A" "zero" "tt
[all...]

Completed in 28 milliseconds