Searched defs:refcount (Results 1 - 7 of 7) sorted by relevance

/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
/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/
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 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...]
/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

Completed in 1151 milliseconds