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

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Dref9.C5 int refcount; member in struct:basic
7 basic() : refcount(0) {}
23 inline ex::~ex() { if (--bp->refcount == 0) delete bp; }
27 bp->refcount++;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/init/
H A Dref9.C5 int refcount; member in struct:basic
7 basic() : refcount(0) {}
23 inline ex::~ex() { if (--bp->refcount == 0) delete bp; }
27 bp->refcount++;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmypwd.h20 int refcount; member in struct:mypasswd
H A Dmypwd.c89 mypwd->refcount = 0;
119 mypwd->refcount++;
135 mypwd->refcount += 2;
155 mypwd->refcount++;
170 mypwd->refcount += 2;
178 if (mypwd->refcount < 1)
179 msg_panic("mypwfree: refcount %d", mypwd->refcount);
181 if (--mypwd->refcount == 0) {
223 msg_info("+ %s link=%d used=%d used=%d", argv[i], mypwd[i]->refcount,
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Drefcount.c19 /* Id: refcount.c,v 1.5 2007/06/19 23:47:17 tbox Exp */
26 #include <isc/refcount.h>
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Drefcount.c19 /* Id: refcount.c,v 1.5 2007/06/19 23:47:17 tbox Exp */
26 #include <isc/refcount.h>
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dlistenlist.c68 list->refcount = 1;
89 INSIST(source->refcount > 0);
90 source->refcount++;
97 INSIST(list->refcount > 0);
98 list->refcount--;
99 if (list->refcount == 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dxgettext.h169 unsigned int refcount; member in struct:refcounted_string_list_ty
177 rslp->refcount++;
186 if (rslp->refcount > 1)
187 rslp->refcount--;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf-strtab.c37 unsigned int refcount; member in struct:elf_strtab_hash_entry
86 ret->refcount = 0;
161 entry->refcount++;
190 ++tab->array[idx]->refcount;
200 BFD_ASSERT (tab->array[idx]->refcount > 0);
201 --tab->array[idx]->refcount;
210 tab->array[idx]->refcount = 0;
229 BFD_ASSERT (entry->refcount > 0);
230 entry->refcount--;
247 BFD_ASSERT (tab->array[i]->refcount
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf-strtab.c37 unsigned int refcount; member in struct:elf_strtab_hash_entry
86 ret->refcount = 0;
161 entry->refcount++;
190 ++tab->array[idx]->refcount;
200 BFD_ASSERT (tab->array[idx]->refcount > 0);
201 --tab->array[idx]->refcount;
210 tab->array[idx]->refcount = 0;
229 BFD_ASSERT (entry->refcount > 0);
230 entry->refcount--;
247 BFD_ASSERT (tab->array[i]->refcount
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Diptable.c42 isc_refcount_init(&tab->refcount, 1);
80 isc_refcount_destroy(&pfx.refcount);
110 isc_refcount_destroy(&pfx.refcount);
162 isc_refcount_increment(&source->refcount, NULL);
171 isc_refcount_decrement(&tab->refcount, &refs);
187 isc_refcount_destroy(&dtab->refcount);
H A Dportlist.c32 #include <isc/refcount.h>
52 isc_refcount_t refcount; member in struct:dns_portlist
90 result = isc_refcount_init(&portlist->refcount, 1);
243 isc_refcount_increment(&portlist->refcount, NULL);
256 isc_refcount_decrement(&portlist->refcount, &count);
259 isc_refcount_destroy(&portlist->refcount);
/netbsd-6-1-5-RELEASE/lib/libform/
H A Dfield_types.c99 new->refcount = 0;
194 if (fieldtype->refcount > 0)
202 fieldtype->link->next->refcount--;
203 fieldtype->link->prev->refcount--;
270 type1->refcount++;
271 type2->refcount++;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_peer.c89 peer->refcount = 0;
105 if (peer->refcount != 0)
106 msg_panic("%s: refcount: %d", myname, peer->refcount);
H A Dqmgr_entry.c328 peer->refcount--;
329 if (peer->refcount == 0)
355 message->refcount--;
356 if (message->refcount == 0)
380 message->refcount++;
383 peer->refcount++;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkeytab_memory.c44 int refcount; member in struct:mkt_data
48 /* this mutex protects mkt_head, ->refcount, and ->next
66 if (d->refcount < 1)
68 "refcount < 1 %d", d->refcount);
69 d->refcount++;
92 d->refcount = 1;
107 if (d->refcount < 1)
109 "krb5 internal error, memory keytab refcount < 1 on close");
111 if (--d->refcount >
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/include/named/
H A Dlistenlist.h57 int refcount; member in struct:ns_listenlist
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Diptable.h33 isc_refcount_t refcount; member in struct:dns_iptable
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Drrwlock.h37 #include <sys/refcount.h>
H A Drefcount.h54 typedef struct refcount { struct
79 typedef struct refcount { struct
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Ddict.c219 int refcount; member in struct:__anon2492
239 node->refcount = 0;
243 node->refcount++;
245 msg_info("%s: %s %d", myname, dict_name, node->refcount);
279 msg_info("%s: %s %d", myname, dict_name, node->refcount);
280 if (--(node->refcount) == 0)
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/l2_packet/
H A Dl2_packet_ndis.c60 int refcount; member in struct:l2_packet_ndisuio_global
315 l2 = l2_ndisuio_global->l2[l2_ndisuio_global->refcount - 1];
368 if (l2_ndisuio_global->refcount >= 2) {
373 l2_ndisuio_global->refcount++;
378 l2_ndisuio_global->l2[l2_ndisuio_global->refcount - 1] = l2;
393 if (l2_ndisuio_global->refcount > 1) {
465 l2_ndisuio_global->refcount--;
466 l2_ndisuio_global->l2[l2_ndisuio_global->refcount] = NULL;
467 if (l2_ndisuio_global->refcount) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dradix.h32 #include <isc/refcount.h>
55 isc_refcount_init(&(pt).refcount, 0); \
61 isc_refcount_t refcount; member in struct:isc_prefix
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dradix.h32 #include <isc/refcount.h>
55 isc_refcount_init(&(pt).refcount, 0); \
61 isc_refcount_t refcount; member in struct:isc_prefix
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_dnsbl.c146 int refcount; /* score reference count */ member in struct:__anon2462
331 score->refcount -= 1;
332 if (score->refcount < 1) {
464 score->refcount += 1;
468 msg_info("%s: reuse blocklist score for %s refcount=%d pending=%d",
469 myname, client_addr, score->refcount,
481 score->refcount = 1;

Completed in 523 milliseconds

12345678