Searched refs:rrauth_report (Results 1 – 2 of 2) sorted by relevance
240 if (++r->rrauth_totalused >= r->rrauth_report) in GetAuthEntity()243 if (r->rrauth_report < 100) r->rrauth_report += 10; in GetAuthEntity()244 else if (r->rrauth_report < 1000) r->rrauth_report += 100; in GetAuthEntity()245 else r->rrauth_report += 1000; in GetAuthEntity()
1478 mDNSu32 rrauth_report; member