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

/bind-9.11.3/bin/tests/system/fetchlimit/
H A Dtests.sh145 zspill=`grep 'spilled due to zone' ns3/named.stats | sed 's/\([0-9][0-9]*\) spilled.*/\1/'`
146 [ -z "$zspill" ] && zspill=0
149 [ "$drops" -ge "$zspill" ] || ret=1
/bind-9.11.3/lib/dns/
H A Dresolver.c504 unsigned int zspill; /* fetches-per-zone */ member in struct:dns_resolver
1231 spill = fctx->res->zspill;
8891 res->zspill = 0;
10180 resolver->zspill = clients;

Completed in 2488 milliseconds