/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | interfacemgr.h | 74 int references; /*%< Locked */ member in struct:ns_interface
|
H A D | client.h | 99 int references; member in struct:ns_client
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | order.c | 47 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 D | dbtable.c | 46 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 D | keytable.c | 43 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 D | ssu.c | 60 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 D | zt.c | 46 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 D | stats.c | 73 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 D | cache.c | 130 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 D | acache.c | 211 isc_refcount_t references; member in struct:dns_acacheentry 679 if (isc_refcount_current(&cleaner->current_entry->references) == 1) { 1307 * If no other external references exist (this can happen if the 1411 result = isc_refcount_init(&newentry->references, 1); 1706 isc_refcount_increment(&source->references, NULL); 1719 isc_refcount_decrement(&entry->references, &refs); 1722 * If there are no references to the entry, the entry must have been
|
H A D | master.c | 141 isc_uint32_t references; member in struct:dns_loadctx 394 INSIST(source->references > 0); 395 source->references++; 396 INSIST(source->references != 0); /* Overflow? */ 412 INSIST(lctx->references > 0); 413 lctx->references--; 414 if (lctx->references == 0) 608 lctx->references = 1; /* Implicit attach. */
|
H A D | masterdump.c | 169 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 D | sdb.c | 69 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 D | sdlz.c | 110 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 D | rbtdb.c | 150 * 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...] |
H A D | resolver.c | 188 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...] |
/bind-9.6-ESV-R11/lib/isc/ |
H A D | stats.c | 62 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 D | timer.c | 67 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)
|
H A D | task.c | 82 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 D | mem.c | 134 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...] |
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | rbt.h | 129 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 D | view.h | 158 isc_refcount_t references; member in struct:dns_view
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | interfacemgr.c | 45 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/win32/ |
H A D | socket.c | 236 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/lib/isc/unix/ |
H A D | socket.c | 295 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...] |