HomeSort by: relevance | last modified time | path
    Searched refs:spillat (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
resolver.c 620 unsigned int spillat; /* clients-per-query */ member in struct:dns_resolver
1640 if (count == fctx->res->spillat &&
1643 old_spillat = fctx->res->spillat;
1644 fctx->res->spillat += 5;
1645 if (fctx->res->spillat > fctx->res->spillatmax &&
1648 fctx->res->spillat = fctx->res->spillatmax;
1650 new_spillat = fctx->res->spillat;
10289 unsigned int spillat = 0; local
10300 if (res->spillat > res->spillatmin) {
10301 spillat = --res->spillat
10826 unsigned int spillat; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 575 unsigned int spillat; /* clients-per-query */ member in struct:dns_resolver
1821 if (count == fctx->res->spillat &&
1824 old_spillat = fctx->res->spillat;
1825 fctx->res->spillat += 5;
1826 if (fctx->res->spillat > fctx->res->spillatmax &&
1829 fctx->res->spillat = fctx->res->spillatmax;
1831 new_spillat = fctx->res->spillat;
10544 if (res->spillat > res->spillatmin) {
10545 res->spillat--;
10548 if (res->spillat <= res->spillatmin)
11137 unsigned int spillat; local
    [all...]

Completed in 50 milliseconds