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

/bind-9.11.3/lib/isc/
H A Dregex.c49 unsigned int low = 0; local
100 low = high = 0;
168 low = low * 10 + *c - '0';
169 if (low > 255)
189 if (seen_high && low > high)
/bind-9.11.3/lib/isc/win32/
H A Dnet.c293 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high) { argument
296 REQUIRE(low != NULL && high != NULL);
301 *low = ISC_NET_PORTRANGELOW;
/bind-9.11.3/lib/dns/
H A Dopenssldh_link.c703 unsigned int high, low; local
711 low = (unsigned int)(s - hexdigits);
713 data[i/2] = (unsigned char)((high << 4) + low);
H A Dadb.c62 * if the zone has extremely low TTLs.
4753 "adb reached %s water mark", overmem ? "high" : "low");
4776 double low, double high, double discount)
4782 adb->atr_low = low;
4775 dns_adb_setquota(dns_adb_t *adb, isc_uint32_t quota, isc_uint32_t freq, double low, double high, double discount) argument
H A Dzone.c558 dns_iolist_t low; member in struct:dns_zonemgr
15965 ISC_LIST_INIT(zmgr->low);
16523 * There are two queues available (high and low), the high
16524 * queue will be serviced before the low one.
16566 ISC_LIST_APPEND(zmgr->low, io, link);
16601 next = HEAD(zmgr->low);
16606 ISC_LIST_UNLINK(zmgr->low, next, link);
16628 ISC_LIST_UNLINK(io->zmgr->low, io, link);
/bind-9.11.3/lib/isc/unix/
H A Dnet.c769 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) { argument
794 *low = (in_port_t)port_low;
801 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) { argument
833 *low = (in_port_t) port_low;
842 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high) { argument
848 REQUIRE(low != NULL && high != NULL);
851 result = getudpportrange_sysctl(af, low, high);
866 *low = l;
877 *low = ISC_NET_PORTRANGELOW;
/bind-9.11.3/bin/named/
H A Dserver.c3917 double low, high, discount; local
3947 obj2 = cfg_tuple_get(obj, "low");
3948 low = (double) cfg_obj_asfixedpoint(obj2) / 100.0;
3956 dns_adb_setquota(view->adb, fps, freq, low, high, discount);
7525 "'recursive-clients %d' too low when "

Completed in 135 milliseconds