Searched refs:rrauth_report (Results 1 – 2 of 2) sorted by relevance
223 if (++r->rrauth_totalused >= r->rrauth_report) in GetAuthEntity()226 if (r->rrauth_report < 100) r->rrauth_report += 10; in GetAuthEntity()227 else if (r->rrauth_report < 1000) r->rrauth_report += 100; in GetAuthEntity()228 else r->rrauth_report += 1000; in GetAuthEntity()
1170 mDNSu32 rrauth_report; member