Searched defs:discount (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dadb.c4776 double low, double high, double discount)
4784 adb->atr_discount = discount;
4775 dns_adb_setquota(dns_adb_t *adb, isc_uint32_t quota, isc_uint32_t freq, double low, double high, double discount) argument
/bind-9.11.3/bin/named/
H A Dserver.c3917 double low, high, discount; local
3953 obj2 = cfg_tuple_get(obj, "discount");
3954 discount = (double) cfg_obj_asfixedpoint(obj2) / 100.0;
3956 dns_adb_setquota(view->adb, fps, freq, low, high, discount);

Completed in 54 milliseconds