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

/bind-9.11.3/lib/dns/
H A Drrl.c467 dns_rrl_rate_t *ratep; local
473 ratep = get_rate(rrl, e->key.s.rtype);
474 rate = ratep->scaled;
610 dns_rrl_rate_t *ratep; local
617 ratep = get_rate(rrl, e->key.s.rtype);
618 rate = ratep->r;
640 if (ratep->scaled != new_rate) {
646 (int)qps, ratep->str, scale,
649 ratep->scaled = rate;

Completed in 30 milliseconds