/bind-9.6-ESV-R11/lib/isc/ |
H A D | refcount.c | 17 /* $Id: refcount.c,v 1.5 2007/06/19 23:47:17 tbox Exp $ */ 24 #include <isc/refcount.h>
|
H A D | radix.c | 74 isc_refcount_init(&prefix->refcount, 1); 87 isc_refcount_decrement(&prefix->refcount, &refs); 90 isc_refcount_destroy(&prefix->refcount); 105 * (Note, the refcount still has to be destroyed by the calling 108 if (isc_refcount_current(&prefix->refcount) == 0) { 115 isc_refcount_increment(&prefix->refcount, NULL);
|
H A D | hash.c | 68 #include <isc/refcount.h>
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | listenlist.c | 66 list->refcount = 1; 87 INSIST(source->refcount > 0); 88 source->refcount++; 95 INSIST(list->refcount > 0); 96 list->refcount--; 97 if (list->refcount == 0)
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | iptable.c | 40 isc_refcount_init(&tab->refcount, 1); 78 isc_refcount_destroy(&pfx.refcount); 108 isc_refcount_destroy(&pfx.refcount); 160 isc_refcount_increment(&source->refcount, NULL); 169 isc_refcount_decrement(&tab->refcount, &refs); 185 isc_refcount_destroy(&dtab->refcount);
|
H A D | portlist.c | 30 #include <isc/refcount.h> 50 isc_refcount_t refcount; member in struct:dns_portlist 88 result = isc_refcount_init(&portlist->refcount, 1); 241 isc_refcount_increment(&portlist->refcount, NULL); 254 isc_refcount_decrement(&portlist->refcount, &count); 257 isc_refcount_destroy(&portlist->refcount);
|
H A D | acl.c | 54 result = isc_refcount_init(&acl->refcount, 1); 239 isc_refcount_destroy(&pfx.refcount); 251 isc_refcount_destroy(&pfx.refcount); 256 isc_refcount_destroy(&pfx.refcount); 442 isc_refcount_increment(&source->refcount, NULL); 464 isc_refcount_destroy(&dacl->refcount); 474 isc_refcount_decrement(&acl->refcount, &refs);
|
H A D | dst_internal.h | 44 #include <isc/refcount.h>
|
H A D | order.c | 28 #include <isc/refcount.h>
|
H A D | xfrin.c | 100 int refcount; member in struct:dns_xfrin_ctx 654 xfr->refcount++; 678 source->refcount++; 685 INSIST(xfr->refcount > 0); 686 xfr->refcount--; 786 xfr->refcount = 0; 1403 if (! xfr->shuttingdown || xfr->refcount != 0 ||
|
H A D | dispatch.c | 236 unsigned int refcount; /*%< number of users */ member in struct:dns_dispatch 648 if (disp->refcount != 0) 664 * Called when refcount reaches 0 (and safe to destroy). 1444 if (disp->refcount == 0) { 2403 disp->refcount = 1; 2631 disp->refcount++; 2907 disp->refcount++; 2933 INSIST(disp->refcount > 0); 2934 disp->refcount--; 2935 if (disp->refcount [all...] |
H A D | dst_api.c | 52 #include <isc/refcount.h>
|
H A D | acache.c | 28 #include <isc/refcount.h>
|
H A D | rbt.c | 29 #include <isc/refcount.h>
|
H A D | tsig.c | 28 #include <isc/refcount.h>
|
H A D | rbtdb.c | 37 #include <isc/refcount.h> 349 /* Protected in the refcount routines. */ 376 * Protected in the refcount routines. 377 * XXXJT: should we change the lock policy based on the refcount 4024 * refcount has just decremented to 0
|
/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | listenlist.h | 55 int refcount; member in struct:ns_listenlist
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | iptable.h | 31 isc_refcount_t refcount; member in struct:dns_iptable
|
H A D | acl.h | 39 #include <isc/refcount.h> 76 isc_refcount_t refcount; member in struct:dns_acl
|
H A D | acache.h | 161 #include <isc/refcount.h>
|
H A D | tsig.h | 26 #include <isc/refcount.h>
|
H A D | rbt.h | 27 #include <isc/refcount.h>
|
H A D | view.h | 70 #include <isc/refcount.h>
|
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | radix.h | 30 #include <isc/refcount.h> 53 isc_refcount_init(&(pt).refcount, 0); \ 59 isc_refcount_t refcount; member in struct:isc_prefix
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | libisc.mak | 167 -@erase "$(INTDIR)\refcount.obj"
271 "$(INTDIR)\refcount.obj" \
409 -@erase "$(INTDIR)\refcount.obj"
410 -@erase "$(INTDIR)\refcount.sbr"
537 "$(INTDIR)\refcount.sbr" \
624 "$(INTDIR)\refcount.obj" \
1740 SOURCE=..\refcount.c
1745 "$(INTDIR)\refcount.obj" : $(SOURCE) "$(INTDIR)"
1752 "$(INTDIR)\refcount.obj" "$(INTDIR)\refcount [all...] |