Searched refs:min (Results 1 - 24 of 24) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dutf8.c114 unsigned long min; local
135 min = 0;
139 min = 0x80;
143 min = 0x800;
147 min = 0x10000;
151 min = 0x200000;
155 min = 0x4000000;
173 if (v < min)
H A Ducs4.c201 unsigned long v, min; local
214 min = 0;
222 min = 0x80;
226 min = 0x800;
230 min = 0x10000;
234 min = 0x200000;
238 min = 0x4000000;
257 if (v < min) {
/bind-9.11.3/bin/tests/system/checkconf/
H A Dbad-rate-limit-max-table-size.conf11 max-table-size 30; // less than min-table-size default of 500
H A Dtests.sh111 for field in max-retry-time min-retry-time max-refresh-time min-refresh-time; do
/bind-9.11.3/lib/isc/win32/
H A Dresource.c40 rlim_value = min(value, WIN32_MAX_OPEN_FILES);
H A Dsocket.c529 manager->maxIOCPThreads = min(isc_os_ncpus() + 1, MAX_IOCPTHREADS);
1266 copylen = min(r.length,
1278 copylen = min(dev->region.length - dev->n, sock->recvbuf.remaining);
/bind-9.11.3/lib/dns/
H A Dportlist.c98 unsigned int min = 0; local
108 min = xtry;
113 last = min;
115 if (xtry == min)
118 xtry = xtry - (xtry - min + 1) / 2;
119 INSIST(xtry >= min);
H A Dtime.c131 #define RANGE(min, max, value) \
133 if (value < (min) || value > (max)) \
H A Drrl.c209 * and min-table-size.
609 int rate, new_rate, slip, new_slip, age, log_secs, min; local
653 min = -rrl->window * rate;
702 if (e->responses < min)
703 e->responses = min;
H A Dresolver.c10148 isc_uint32_t *min, isc_uint32_t *max)
10155 if (min != NULL)
10156 *min = resolver->spillatmin;
10163 dns_resolver_setclientsperquery(dns_resolver_t *resolver, isc_uint32_t min, argument
10169 resolver->spillatmin = resolver->spillat = min;
10147 dns_resolver_getclientsperquery(dns_resolver_t *resolver, isc_uint32_t *cur, isc_uint32_t *min, isc_uint32_t *max) argument
H A Dzone.c102 * Ensure 'a' is at least 'min' but not more than 'max'.
104 #define RANGE(a, min, max) \
105 (((a) < (min)) ? (min) : ((a) < (max) ? (a) : (max)))
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm501 my ($min, $max);
504 $min = $v if !defined($min) or $min > $v;
511 my $u = $min < 0 ? '' : 'unsigned ';
513 $absmax = abs($min) if abs($min) > $absmax;
525 $idwid = decimalwidth($min) if decimalwidth($min) > $idwid;
/bind-9.11.3/bin/tests/system/rrl/
H A Dbroken.conf30 min-table-size 0;
/bind-9.11.3/bin/tests/system/rrl/ns2/
H A Dnamed.conf31 min-table-size 75;
/bind-9.11.3/bin/tests/system/rrl/ns3/
H A Dnamed.conf37 min-table-size 0;
/bind-9.11.3/bin/tests/system/rrl/ns4/
H A Dnamed.conf32 min-table-size 75;
/bind-9.11.3/lib/isc/
H A Drandom.c381 isc_uint16_t min, r; local
389 * Ensure the range of random numbers [min, 0xffff] be a multiple of
394 min = 1 + ~upper_bound; /* 0x8000 - upper_bound */
396 min = (isc_uint16_t)(0x10000 % (isc_uint32_t)upper_bound);
406 if (r >= min)
/bind-9.11.3/util/
H A Dmerge_copyrights26 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = gmtime(time());
27 $sec = $min = $hour = $mday = $mon = $wday = $yday = $isdst = 0;
/bind-9.11.3/lib/dns/include/dns/
H A Dresolver.h563 isc_uint32_t min, isc_uint32_t max);
569 isc_uint32_t *min, isc_uint32_t *max);
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dopt.c120 unsigned int min, unsigned int max)
127 if (result != ISC_R_SUCCESS || val < min || val > max) {
119 parse_uint(const char *desc, const char *str, unsigned int min, unsigned int max) argument
/bind-9.11.3/bin/tests/system/rpz/ns3/
H A Dnamed.conf45 min-ns-dots 0
/bind-9.11.3/bin/tests/
H A Dnamed.conf145 min-retry-time 1111;
147 min-refresh-time 777;
150 min-roots 15;
286 min-roots 3;
292 min-retry-time 4;
294 min-refresh-time 111;
329 min-retry-time 11;
331 min-refresh-time 13;
359 min-retry-time 110;
361 min
[all...]
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c2456 int max = rcvbuf, min; local
2479 len = sizeof(min);
2480 if (getsockopt(fd, SOL_SOCKET, SO_RCVBUF, (void *)&min, &len) == 0 &&
2481 min < rcvbuf) {
2485 if (errno == ENOBUFS && rcvbuf > min) {
2487 rcvbuf = (rcvbuf + min) / 2;
2490 rcvbuf = min;
2494 min = rcvbuf;
2495 if (min != max) {
/bind-9.11.3/lib/bind9/
H A Dcheck.c626 mresult = cfg_map_get(map, "min-table-size", &obj);
638 "max-table-size %d < min-table-size %d",
886 unsigned int min; member in struct:__anon96
1434 if (value < fstrm[i].min ||
1440 fstrm[i].min, fstrm[i].max);
1444 fstrm[i].name, value, fstrm[i].min);
1767 static const char *nonzero[] = { "max-retry-time", "min-retry-time",
1768 "max-refresh-time", "min-refresh-time" };

Completed in 4066 milliseconds