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

/bind-9.11.3/lib/dns/
H A Dresolver.c488 unsigned int spillatmax; member in struct:dns_resolver
1372 (count < fctx->res->spillatmax || fctx->res->spillatmax == 0)) {
1377 if (fctx->res->spillat > fctx->res->spillatmax &&
1378 fctx->res->spillatmax != 0)
1379 fctx->res->spillat = fctx->res->spillatmax;
8889 res->spillatmax = 100;
10158 *max = resolver->spillatmax;
10170 resolver->spillatmax = max;

Completed in 1458 milliseconds