Home
last modified time | relevance | path

Searched refs:zspill (Results 1 – 10 of 10) sorted by relevance

/dports/dns/bind911/bind-9.11.37/bin/tests/system/fetchlimit/
H A Dtests.sh146 zspill=`grep 'spilled due to zone' ns3/named.stats | sed 's/\([0-9][0-9]*\) spilled.*/\1/'`
147 [ -z "$zspill" ] && zspill=0
150 [ "$drops" -ge "$zspill" ] || ret=1
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/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
/dports/dns/bind916/bind-9.16.27/bin/tests/system/fetchlimit/
H A Dtests.sh148 zspill=`grep 'spilled due to zone' ns3/named.stats | sed 's/\([0-9][0-9]*\) spilled.*/\1/'`
149 [ -z "$zspill" ] && zspill=0
152 [ "$drops" -ge "$zspill" ] || ret=1
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/fetchlimit/
H A Dtests.sh146 zspill=`grep 'spilled due to zone' ns3/named.stats | sed 's/\([0-9][0-9]*\) spilled.*/\1/'`
147 [ -z "$zspill" ] && zspill=0
150 [ "$drops" -ge "$zspill" ] || ret=1
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/fetchlimit/
H A Dtests.sh148 zspill=`grep 'spilled due to zone' ns3/named.stats | sed 's/\([0-9][0-9]*\) spilled.*/\1/'`
149 [ -z "$zspill" ] && zspill=0
152 [ "$drops" -ge "$zspill" ] || ret=1
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Dresolver.c519 unsigned int zspill; /* fetches-per-zone */ member
1324 spill = fctx->res->zspill; in fcount_incr()
9228 res->zspill = 0; in dns_resolver_create()
10530 resolver->zspill = clients; in dns_resolver_setfetchesperzone()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Dresolver.c545 atomic_uint_fast32_t zspill; /* fetches-per-zone */ member
1607 uint_fast32_t spill = atomic_load_acquire(&fctx->res->zspill); in fcount_incr()
10178 atomic_init(&res->zspill, 0); in dns_resolver_create()
11472 atomic_store_release(&resolver->zspill, clients); in dns_resolver_setfetchesperzone()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Dresolver.c542 atomic_uint_fast32_t zspill; /* fetches-per-zone */ member
1525 uint_fast32_t spill = atomic_load_acquire(&fctx->res->zspill); in fcount_incr()
9916 atomic_init(&res->zspill, 0); in dns_resolver_create()
11104 atomic_store_release(&resolver->zspill, clients); in dns_resolver_setfetchesperzone()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Dresolver.c555 atomic_uint_fast32_t zspill; /* fetches-per-zone */ member
1652 uint_fast32_t spill = atomic_load_acquire(&fctx->res->zspill); in fcount_incr()
10582 atomic_init(&res->zspill, 0); in dns_resolver_create()
11863 atomic_store_release(&resolver->zspill, clients); in dns_resolver_setfetchesperzone()
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Dresolver.c555 atomic_uint_fast32_t zspill; /* fetches-per-zone */ member
1652 uint_fast32_t spill = atomic_load_acquire(&fctx->res->zspill); in fcount_incr()
10582 atomic_init(&res->zspill, 0); in dns_resolver_create()
11863 atomic_store_release(&resolver->zspill, clients); in dns_resolver_setfetchesperzone()