Searched defs:references (Results 1 - 25 of 35) sorted by relevance

12

/bind-9.11.3/lib/isccfg/include/isccfg/
H A Daclconf.h29 isc_refcount_t references; member in struct:cfg_aclconfctx
47 * Removes a reference to an ACL configuration context; when references
73 * into nested dns_acl_t objects. Multiple references to the same
74 * named ACLs will be converted into shared references to a single
H A Dgrammar.h176 isc_refcount_t references; /*%< reference counter */ member in struct:cfg_obj
244 isc_refcount_t references; member in struct:cfg_parser
/bind-9.11.3/lib/dns/include/dns/
H A Dnta.h48 isc_uint32_t references; member in struct:dns_ntatable
H A Dtsig.h68 unsigned int references; member in struct:dns_tsig_keyring
166 * no references exist.
H A Drbt.h162 unsigned int references:DNS_RBT_REFLENGTH; member in struct:dns_rbtnode
166 isc_refcount_t references; /* note that this is not in the bitfield */ member in struct:dns_rbtnode
338 *\li Any external references to nodes in the tree are unaffected by
372 *\li Any external references to nodes in the tree are unaffected by
552 *\li Does NOT ensure that any external references to nodes in the tree
593 *\li Does NOT ensure that any external references to nodes in the tree
1058 isc_refcount_init(&(node)->references, (n)); \
1062 isc_refcount_destroy(&(node)->references); \
1065 isc_refcount_current(&(node)->references)
1068 isc_refcount_increment0(&(node)->references, (ref
[all...]
H A Dview.h189 isc_refcount_t references; member in struct:dns_view
1247 * If 'allow' is ISC_FALSE, removes any existing references to
/bind-9.11.3/lib/dns/
H A Dlib.c72 static unsigned int references = 0; variable
131 references++;
142 if (--references == 0)
H A Dorder.c38 isc_refcount_t references; member in struct:dns_order
60 result = isc_refcount_init(&order->references, 1);
133 isc_refcount_increment(&source->references, NULL);
141 unsigned int references; local
146 isc_refcount_decrement(&order->references, &references);
148 if (references != 0)
156 isc_refcount_destroy(&order->references);
H A Ddbtable.c37 unsigned int references; member in struct:dns_dbtable
87 dbtable->references = 1;
134 INSIST(source->references > 0);
135 source->references++;
136 INSIST(source->references != 0);
154 INSIST(dbtable->references > 0);
155 dbtable->references--;
156 if (dbtable->references == 0)
H A Dssu.c53 unsigned int references; member in struct:dns_ssutable
75 table->references = 1;
120 INSIST(source->references > 0);
121 source->references++;
122 INSIST(source->references != 0);
140 INSIST(table->references > 0);
141 if (--table->references == 0)
H A Dkeytable.c38 isc_refcount_t references; member in struct:dns_keytable
92 result = isc_refcount_init(&keytable->references, 1);
129 isc_refcount_increment(&source->references, NULL);
148 isc_refcount_decrement(&keytable->references, &refs);
152 isc_refcount_destroy(&keytable->references);
H A Dstats.c70 unsigned int references; member in struct:dns_stats
94 stats->references++;
110 stats->references--;
113 if (stats->references == 0) {
135 stats->references = 1;
H A Dzt.c41 isc_uint32_t references; member in struct:dns_zt
89 zt->references = 1;
181 INSIST(zt->references > 0);
182 zt->references++;
183 INSIST(zt->references != 0);
217 INSIST(zt->references > 0);
218 zt->references--;
219 if (zt->references == 0)
308 INSIST(zt->references > 0);
309 zt->references
[all...]
H A Decdb.c44 unsigned int references; member in struct:dns_ecdb
58 unsigned int references; member in struct:dns_ecdbnode
159 ecdb->references++;
193 ecdb->references--;
194 if (ecdb->references == 0 && ISC_LIST_EMPTY(ecdb->nodes))
214 INSIST(node->references > 0);
215 node->references++;
216 INSIST(node->references != 0); /* Catch overflow. */
233 if (ecdb->references == 0 && ISC_LIST_EMPTY(ecdb->nodes))
272 INSIST(node->references >
[all...]
H A Dtsig.c621 unsigned int references; local
629 INSIST(ring->references > 0);
630 ring->references--;
631 references = ring->references;
634 if (references != 0)
1951 ring->references = 1;
1977 INSIST(source->references > 0);
1978 source->references++;
1979 INSIST(source->references >
1987 unsigned int references; local
[all...]
H A Dcache.c127 int references; member in struct:dns_cache
233 cache->references = 1;
355 REQUIRE(cache->references == 0);
421 cache->references++;
437 REQUIRE(cache->references > 0);
438 cache->references--;
439 if (cache->references == 0) {
1113 if (cache->references == 0)
H A Dmaster.c141 isc_uint32_t references; member in struct:dns_loadctx
391 INSIST(source->references > 0);
392 source->references++;
393 INSIST(source->references != 0); /* Overflow? */
409 INSIST(lctx->references > 0);
410 lctx->references--;
411 if (lctx->references == 0)
617 lctx->references = 1; /* Implicit attach. */
H A Dmasterdump.c217 unsigned int references; member in struct:dns_dumpctx
1276 INSIST(source->references > 0);
1277 source->references++;
1278 INSIST(source->references != 0); /* Overflow? */
1296 INSIST(dctx->references != 0);
1297 dctx->references--;
1298 if (dctx->references == 0)
1515 dctx->references = 1;
/bind-9.11.3/lib/isc/
H A Dcounter.c27 unsigned int references; member in struct:isc_counter
52 counter->references = 1;
96 source->references++;
97 INSIST(source->references > 0);
122 INSIST(counter->references > 0);
123 counter->references--;
124 if (counter->references == 0)
H A Drandom.c71 unsigned int references; member in struct:isc_rng
222 rng->references = 1;
237 source->references++;
265 INSIST(rng->references > 0);
266 rng->references--;
267 if (rng->references == 0)
H A Dstats.c106 unsigned int references; /* locked by lock */ member in struct:isc_stats
164 stats->references = 1;
199 stats->references++;
215 stats->references--;
217 if (stats->references == 0) {
H A Dtimer.c75 unsigned int references; member in struct:isc__timer
422 timer->references = 1;
466 * there are no external references to it yet.
625 timer->references++;
645 REQUIRE(timer->references > 0);
646 timer->references--;
647 if (timer->references == 0)
/bind-9.11.3/bin/named/include/named/
H A Dinterfacemgr.h66 int references; /*%< Locked */ member in struct:ns_interface
H A Dclient.h90 int references; member in struct:ns_client
/bind-9.11.3/bin/named/
H A Dinterfacemgr.c63 int references; member in struct:ns_interfacemgr
230 mgr->references = (mgr->route != NULL) ? 2 : 1;
232 mgr->references = 1;
292 INSIST(source->references > 0);
293 source->references++;
305 REQUIRE(target->references > 0);
306 target->references--;
307 if (target->references == 0)
395 ifp->references = 1;
625 INSIST(source->references >
[all...]

Completed in 319 milliseconds

12