Searched defs:pending (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/dns/tests/
H A Dprivate_test.c45 isc_boolean_t pending; member in struct:__anon202
103 if (testcase->pending)
/bind-9.11.3/lib/dns/
H A Dzt.c270 int pending; local
279 pending = zt->loads_pending;
280 if (pending != 0) {
287 if (pending == 0)
H A Dresolver.c307 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 Dzone.c2183 /* 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 Ddig.h94 pending, /*%< Pending a successful answer */ member in struct:dig_lookup

Completed in 62 milliseconds