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

/bind-9.11.3/lib/isccfg/include/isccfg/
H A Dcfg.h299 cfg_obj_asfixedpoint(const cfg_obj_t *obj);
/bind-9.11.3/lib/isccfg/
H A Dparser.c867 cfg_obj_asfixedpoint(const cfg_obj_t *obj) { function
/bind-9.11.3/bin/named/
H A Dserver.c3948 low = (double) cfg_obj_asfixedpoint(obj2) / 100.0;
3951 high = (double) cfg_obj_asfixedpoint(obj2) / 100.0;
3954 discount = (double) cfg_obj_asfixedpoint(obj2) / 100.0;

Completed in 331 milliseconds