Searched refs:pending (Results 1 - 12 of 12) sorted by relevance
/bind-9.11.3/bin/tests/system/pending/ |
H A D | tests.sh | 66 # Prime cache with pending additional records. These should not be promoted 69 echo "I:Priming cache (pending additional A and AAAA)" 77 echo "I:Replacing pending A" 82 echo "I:Replacing pending AAAA" 104 # Prime cache with a pending answer record. It can be returned (without 107 echo "I:Priming cache (pending answer)" 110 ans=`$DIG $DIGOPTS_CD @10.53.0.4 pending-ok.example.com A` || ret=1 115 echo I:Replacing pending data 117 replace_data pending-ok.example.com. A 192.0.2.2 192.0.2.3 || ret=1 120 echo I:Confirming cached pending dat [all...] |
/bind-9.11.3/bin/tests/system/metadata/ |
H A D | setup.sh | 26 pending=`$KEYGEN -q -r $RANDFILE -P none -A none $czone` 27 echo $pending > pending.key
|
H A D | clean.sh | 11 rm -f pending.key rolling.key standby.key inact.key
|
H A D | tests.sh | 24 pending=`sed 's/^K'${czone}'.+005+0*\([0-9]\)/\1/' < pending.key` 83 echo "I:checking that pending key was not published ($n)" 85 grep " $pending"'$' keys > /dev/null && ret=1
|
/bind-9.11.3/lib/isc/ |
H A D | ratelimiter.c | 38 ISC_LIST(isc_event_t) pending; 68 ISC_LIST_INIT(rl->pending); 158 ISC_LIST_PREPEND(rl->pending, ev, ev_ratelink); 160 ISC_LIST_APPEND(rl->pending, ev, ev_ratelink); 187 ISC_LIST_UNLINK(rl->pending, event, ev_ratelink); 210 p = ISC_LIST_HEAD(rl->pending); 215 ISC_LIST_UNLINK(rl->pending, p, ev_ratelink); 248 while ((ev = ISC_LIST_HEAD(rl->pending)) != NULL) { 249 ISC_LIST_UNLINK(rl->pending, ev, ev_ratelink); 354 if (!ISC_LIST_EMPTY(rl->pending)) { [all...] |
/bind-9.11.3/lib/dns/tests/ |
H A D | private_test.c | 45 isc_boolean_t pending; member in struct:__anon202 103 if (testcase->pending)
|
/bind-9.11.3/lib/dns/ |
H A D | zt.c | 270 int pending; local 279 pending = zt->loads_pending; 280 if (pending != 0) { 287 if (pending == 0)
|
H A D | resolver.c | 307 unsigned int pending; member in struct:fetchctx 1062 * Cancel the pending send. 2789 INSIST(fctx->pending > 0); 2790 fctx->pending--; 2802 if (fctx->pending == 0) { 2812 } else if (SHUTTINGDOWN(fctx) && fctx->pending == 0 && 3164 fctx->pending++; 3446 if (fctx->pending > 0) { 3816 REQUIRE(fctx->pending == 0); 3851 REQUIRE(fctx->pending [all...] |
H A D | zone.c | 2183 /* Make sure load is still pending */ 2217 /* If we already have a load pending, stop now */ 3957 int trusted = 0, revoked = 0, pending = 0; local 3992 * If the add timer is still pending, this key is not 3996 pending++; 4008 if (trusted == 0 && pending != 0) { 4014 "%d key(s) revoked, %d still pending", 4015 revoked, pending); 4046 * Merge it into the current pending journal entry. 9060 int pending local [all...] |
/bind-9.11.3/bin/dig/include/dig/ |
H A D | dig.h | 94 pending, /*%< Pending a successful answer */ member in struct:dig_lookup
|
/bind-9.11.3/bin/dig/ |
H A D | dighost.c | 774 looknew->pending = ISC_TRUE; 1830 debug("query to %s still pending", q->servname); 2779 lookup->pending = ISC_FALSE; 2910 lookup->pending = ISC_FALSE; 3383 if (!query->lookup->pending) { 3384 debug("ignoring launch_next_query because !pending"); 3821 if ((!l->pending && !l->ns_search_only) || cancel_now) { 3822 debug("no longer pending. Got %s", 4291 if (l->pending) 4292 debug("still pending [all...] |
H A D | host.c | 858 lookup->pending = ISC_FALSE;
|
Completed in 103 milliseconds