Searched refs:discount (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/dns/include/dns/ |
H A D | adb.h | 778 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 D | adb.c | 4776 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 D | server.c | 3917 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