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

/bind-9.6-ESV-R11/lib/dns/
H A Dresolver.c404 unsigned int spillat; /* clients-per-query */ member in struct:dns_resolver
1080 if (count == fctx->res->spillat && !fctx->res->exiting) {
1081 old_spillat = fctx->res->spillat;
1082 fctx->res->spillat += 5;
1083 if (fctx->res->spillat > fctx->res->spillatmax &&
1085 fctx->res->spillat = fctx->res->spillatmax;
1086 new_spillat = fctx->res->spillat;
7267 if (res->spillat > res->spillatmin) {
7268 res->spillat--;
7271 if (res->spillat <
7806 unsigned int spillat; local
[all...]

Completed in 26 milliseconds