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

/bind-9.11.3/lib/isc/
H A Dregex.c50 unsigned int high = 0; local
100 low = high = 0;
173 high = high * 10 + *c - '0';
174 if (high > 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);
302 *high = ISC_NET_PORTRANGEHIGH;
/bind-9.11.3/lib/dns/
H A Dopenssldh_link.c703 unsigned int high, low; local
707 high = (unsigned int)(s - hexdigits);
713 data[i/2] = (unsigned char)((high << 4) + low);
H A Dadb.c4753 "adb reached %s water mark", overmem ? "high" : "low");
4776 double low, double high, double discount)
4783 adb->atr_high = high;
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.c557 dns_iolist_t high; member in struct:dns_zonemgr
635 isc_boolean_t high; member in struct:dns_io
794 static isc_result_t zonemgr_getio(dns_zonemgr_t *zmgr, isc_boolean_t high,
15964 ISC_LIST_INIT(zmgr->high);
16523 * There are two queues available (high and low), the high
16531 zonemgr_getio(dns_zonemgr_t *zmgr, isc_boolean_t high, argument
16553 io->high = high;
16563 if (io->high)
[all...]
/bind-9.11.3/lib/isc/unix/
H A Dnet.c769 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) { argument
795 *high = (in_port_t)port_high;
801 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) { argument
834 *high = (in_port_t) port_high;
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);
867 *high = h;
878 *high = ISC_NET_PORTRANGEHIGH;
/bind-9.11.3/bin/named/
H A Dserver.c3917 double low, high, discount; local
3950 obj2 = cfg_tuple_get(obj, "high");
3951 high = (double) cfg_obj_asfixedpoint(obj2) / 100.0;
3956 dns_adb_setquota(view->adb, fps, freq, low, high, discount);

Completed in 325 milliseconds