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

/bind-9.11.3/lib/dns/
H A Dresolver.c503 unsigned int spillat; /* clients-per-query */ member in struct:dns_resolver
1374 if (count == fctx->res->spillat && !fctx->res->exiting) {
1375 old_spillat = fctx->res->spillat;
1376 fctx->res->spillat += 5;
1377 if (fctx->res->spillat > fctx->res->spillatmax &&
1379 fctx->res->spillat = fctx->res->spillatmax;
1380 new_spillat = fctx->res->spillat;
8817 if (res->spillat > res->spillatmin) {
8818 res->spillat--;
8821 if (res->spillat <
9419 unsigned int spillat; local
[all...]

Completed in 40 milliseconds