Searched refs:discount (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dadb.h778 double low, double high, double discount);
800 * 'discount' represents the discount rate of the moving average. Higher
/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 969 milliseconds