Searched refs:refcount (Results 1 - 25 of 26) sorted by relevance

12

/bind-9.6-ESV-R11/lib/isc/
H A Drefcount.c17 /* $Id: refcount.c,v 1.5 2007/06/19 23:47:17 tbox Exp $ */
24 #include <isc/refcount.h>
H A Dradix.c74 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 Dhash.c68 #include <isc/refcount.h>
/bind-9.6-ESV-R11/bin/named/
H A Dlistenlist.c66 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 Diptable.c40 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 Dportlist.c30 #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 Dacl.c54 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 Ddst_internal.h44 #include <isc/refcount.h>
H A Dorder.c28 #include <isc/refcount.h>
H A Dxfrin.c100 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 Ddispatch.c236 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 Ddst_api.c52 #include <isc/refcount.h>
H A Dacache.c28 #include <isc/refcount.h>
H A Drbt.c29 #include <isc/refcount.h>
H A Dtsig.c28 #include <isc/refcount.h>
H A Drbtdb.c37 #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 Dlistenlist.h55 int refcount; member in struct:ns_listenlist
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Diptable.h31 isc_refcount_t refcount; member in struct:dns_iptable
H A Dacl.h39 #include <isc/refcount.h>
76 isc_refcount_t refcount; member in struct:dns_acl
H A Dacache.h161 #include <isc/refcount.h>
H A Dtsig.h26 #include <isc/refcount.h>
H A Drbt.h27 #include <isc/refcount.h>
H A Dview.h70 #include <isc/refcount.h>
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dradix.h30 #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 Dlibisc.mak167 -@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...]

Completed in 85 milliseconds

12