Searched refs:references (Results 1 - 25 of 49) sorted by relevance

12

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drbt.h129 unsigned int references:DNS_RBT_REFLENGTH; member in struct:dns_rbtnode
131 isc_refcount_t references; /* note that this is not in the bitfield */ member in struct:dns_rbtnode
285 *\li Any external references to nodes in the tree are unaffected by
319 *\li Any external references to nodes in the tree are unaffected by
499 *\li Does NOT ensure that any external references to nodes in the tree
540 *\li Does NOT ensure that any external references to nodes in the tree
890 isc_refcount_init(&(node)->references, (n)); \
894 isc_refcount_destroy(&(node)->references); \
897 isc_refcount_current(&(node)->references)
900 isc_refcount_increment0(&(node)->references, (ref
[all...]
H A Dview.h158 isc_refcount_t references; member in struct:dns_view
/bind-9.6-ESV-R11/lib/dns/
H A Dorder.c47 isc_refcount_t references; member in struct:dns_order
69 result = isc_refcount_init(&order->references, 1);
142 isc_refcount_increment(&source->references, NULL);
150 unsigned int references; local
155 isc_refcount_decrement(&order->references, &references);
157 if (references != 0)
165 isc_refcount_destroy(&order->references);
H A Ddbtable.c46 unsigned int references; member in struct:dns_dbtable
95 dbtable->references = 1;
142 INSIST(source->references > 0);
143 source->references++;
144 INSIST(source->references != 0);
162 INSIST(dbtable->references > 0);
163 dbtable->references--;
164 if (dbtable->references == 0)
H A Dkeytable.c43 isc_uint32_t references; member in struct:dns_keytable
101 keytable->references = 1;
132 INSIST(source->references > 0);
133 source->references++;
134 INSIST(source->references != 0);
156 INSIST(keytable->references > 0);
157 keytable->references--;
159 if (keytable->references == 0 && keytable->active_nodes == 0)
H A Dzt.c46 isc_uint32_t references; member in struct:dns_zt
87 zt->references = 1;
175 INSIST(zt->references > 0);
176 zt->references++;
177 INSIST(zt->references != 0);
201 INSIST(zt->references > 0);
202 zt->references--;
203 if (zt->references == 0)
H A Dstats.c73 unsigned int references; member in struct:dns_stats
92 stats->references++;
108 stats->references--;
111 if (stats->references == 0) {
133 stats->references = 1;
H A Dssu.c60 unsigned int references; member in struct:dns_ssutable
81 table->references = 1;
126 INSIST(source->references > 0);
127 source->references++;
128 INSIST(source->references != 0);
146 INSIST(table->references > 0);
147 if (--table->references == 0)
H A Dsdb.c69 unsigned int references; member in struct:dns_sdb
83 unsigned int references; member in struct:dns_sdblookup
545 REQUIRE(sdb->references > 0);
546 sdb->references++;
585 REQUIRE(sdb->references > 0);
586 sdb->references--;
587 if (sdb->references == 0)
684 node->references = 1;
989 INSIST(node->references > 0);
990 node->references
[all...]
H A Dsdlz.c110 unsigned int references; member in struct:dns_sdlz_db
124 unsigned int references; member in struct:dns_sdlzlookup
189 * Forward references. Try to keep these to a minimum.
314 REQUIRE(sdlz->references > 0);
315 sdlz->references++;
344 REQUIRE(sdlz->references > 0);
345 sdlz->references--;
346 if (sdlz->references == 0)
447 node->references = 1;
618 INSIST(node->references >
[all...]
H A Dcache.c130 int references; member in struct:dns_cache
226 cache->references = 1;
331 REQUIRE(cache->references == 0);
391 cache->references++;
407 REQUIRE(cache->references > 0);
408 cache->references--;
409 if (cache->references == 0) {
1047 if (cache->references == 0)
H A Dmasterdump.c169 unsigned int references; member in struct:dns_dumpctx
1096 INSIST(source->references > 0);
1097 source->references++;
1098 INSIST(source->references != 0); /* Overflow? */
1116 INSIST(dctx->references != 0);
1117 dctx->references--;
1118 if (dctx->references == 0)
1295 dctx->references = 1;
H A Dview.c139 result = isc_refcount_init(&view->references, 1);
233 isc_refcount_destroy(&view->references);
262 REQUIRE(isc_refcount_current(&view->references) == 0);
367 isc_refcount_destroy(&view->references);
379 if (isc_refcount_current(&view->references) == 0 &&
393 isc_refcount_increment(&source->references, NULL);
410 isc_refcount_decrement(&view->references, &refs);
H A Dresolver.c188 unsigned int references; member in struct:fetchctx
399 unsigned int references; member in struct:dns_resolver
2165 if (fctx->references == 0) {
3114 REQUIRE(fctx->references == 0);
3147 REQUIRE(fctx->references == 0);
3348 if (fctx->references == 0 && fctx->pending == 0 &&
3398 if (fctx->references == 0) {
3490 fctx->references++;
3562 fctx->references = 0;
3928 * no references an
[all...]
H A Drbtdb.c150 * node lock and isc_refcount for node references. In this case, we don't have
350 isc_refcount_t references; member in struct:__anon125
380 isc_refcount_t references; member in struct:rbtdb_version
417 isc_refcount_t references; member in struct:dns_rbtdb
682 isc_refcount_increment(&rbtdb->references, NULL);
853 isc_refcount_decrement(&rbtdb->current_version->references,
857 isc_refcount_destroy(&rbtdb->current_version->references);
940 isc_refcount_destroy(&rbtdb->node_locks[i].references);
979 isc_refcount_destroy(&rbtdb->references);
1006 * Even though there are no external direct references, ther
1072 allocate_version(isc_mem_t *mctx, rbtdb_serial_t serial, unsigned int references, isc_boolean_t writer) argument
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dstats.c62 unsigned int references; /* locked by lock */ member in struct:isc_stats
120 stats->references = 1;
155 stats->references++;
171 stats->references--;
174 if (stats->references == 0) {
H A Dtask.c82 unsigned int references; member in struct:isc_task
146 REQUIRE(task->references == 0);
193 task->references = 1;
239 source->references++;
308 REQUIRE(task->references > 0);
312 task->references--;
313 if (task->references == 0 && task->state == task_state_idle) {
316 * There are no references to this task, and no
868 if (task->references == 0 &&
874 * There are no references an
[all...]
H A Dmem.c134 unsigned int references; member in struct:isc_mem
760 ctx->references = 1;
914 INSIST(ctx->references == 0);
951 source->references++;
967 INSIST(ctx->references > 0);
968 ctx->references--;
969 if (ctx->references == 0)
1018 ctx->references--;
1019 if (ctx->references == 0)
1038 INSIST(ctx->references >
2094 unsigned int references; local
[all...]
H A Dtimer.c67 unsigned int references; member in struct:isc_timer
353 timer->references = 1;
395 * there are no external references to it yet.
548 timer->references++;
568 REQUIRE(timer->references > 0);
569 timer->references--;
570 if (timer->references == 0)
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dinterfacemgr.h74 int references; /*%< Locked */ member in struct:ns_interface
H A Dclient.h99 int references; member in struct:ns_client
/bind-9.6-ESV-R11/bin/named/
H A Dinterfacemgr.c45 int references; member in struct:ns_interfacemgr
111 mgr->references = 1;
145 INSIST(source->references > 0);
146 source->references++;
158 REQUIRE(target->references > 0);
159 target->references--;
160 if (target->references == 0)
232 ifp->references = 1;
425 INSIST(source->references > 0);
426 source->references
[all...]
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c295 unsigned int references; member in struct:isc_socket
444 #define SOCK_DEAD(s) ((s)->references == 0)
1768 * references exist.
1883 sock->references = 0;
1999 INSIST(sock->references == 0);
2411 sock->references = 1;
2416 * there are no external references to it yet.
2450 REQUIRE(sock->references == 1);
2515 sock->references = 1;
2520 * there are no external references t
[all...]
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c236 unsigned int references; /* EXTERNAL references */ member in struct:isc_socket
393 printf("\t\treferences: %d\n", sock->references);
1456 sock->references = 0;
1587 || sock->references > 0
1672 sock->references);
1718 sock->references);
1784 sock->references = 1;
1791 * there are no external references to it yet.
1822 sock->references
[all...]
/bind-9.6-ESV-R11/bin/check/win32/
H A Dnamedcheckconf.mak371 # that references it, and for generating the .res file:
389 # that references it, and for generating the .res file:

Completed in 96 milliseconds

12