Searched refs:refcount (Results 176 - 200 of 280) sorted by relevance

1234567891011>>

/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dlibvproc.c72 int32_t refcount; member in struct:vproc_s
86 vp->refcount = 1;
99 int32_t orig = OSAtomicAdd32(1, &vp->refcount) - 1;
111 int32_t newval = OSAtomicAdd32(-1, &vp->refcount);
/macosx-10.9.5/postfix-252/postfix/src/oqmgr/
H A Dqmgr.h287 int refcount; /* queue entries */ member in struct:QMGR_MESSAGE
H A Dqmgr_message.c159 message->refcount = 0;
1263 if (message->refcount != 0)
1264 msg_panic("qmgr_message_free: reference len: %d", message->refcount);
/macosx-10.9.5/securityd-55199.3/src/
H A Dstructure.h31 #include <security_utilities/refcount.h>
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_control.c1016 ctl_lock(struct socket *so, int refcount, void *lr) argument
1039 if (refcount)
1048 ctl_unlock(struct socket *so, int refcount, void *lr) argument
1063 if (refcount)
/macosx-10.9.5/BerkeleyDB-21/db/lock/
H A Dlock.c654 lp->refcount++;
804 newl->refcount = 1;
1231 lt->obj_stat[obj_ndx].st_nreleases += lockp->refcount;
1236 if (!LF_ISSET(DB_LOCK_DOALL) && lockp->refcount > 1) {
1237 lockp->refcount--;
1646 hlp->refcount += lp->refcount;
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
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--;
785 xfr->refcount = 0;
1431 if (! xfr->shuttingdown || xfr->refcount != 0 ||
H A Ddispatch.c236 unsigned int refcount; /*%< number of users */ member in struct:dns_dispatch
680 if (disp->refcount != 0)
696 * Called when refcount reaches 0 (and safe to destroy).
1484 if (disp->refcount == 0) {
2460 disp->refcount = 1;
2688 disp->refcount++;
2964 disp->refcount++;
2990 INSIST(disp->refcount > 0);
2991 disp->refcount--;
2992 if (disp->refcount
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dpath.c318 if(--pp->refcount<=0)
1442 pp->refcount = 1;
1630 pp->refcount++;
1652 if(--next->refcount<=0)
1722 if(--ppsave->refcount<=0)
1769 if(--pp->refcount<=0)
1790 pp->refcount++;
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Drbnf.cpp75 uint32_t refcount; member in class:LocalizationInfo
78 LocalizationInfo() : refcount(0) {}
81 ++refcount;
86 if (refcount && --refcount == 0) {
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dlibisc.mak170 -@erase "$(INTDIR)\refcount.obj"
275 "$(INTDIR)\refcount.obj" \
416 -@erase "$(INTDIR)\refcount.obj"
417 -@erase "$(INTDIR)\refcount.sbr"
544 "$(INTDIR)\refcount.sbr" \
632 "$(INTDIR)\refcount.obj" \
1783 SOURCE=..\refcount.c
1788 "$(INTDIR)\refcount.obj" : $(SOURCE) "$(INTDIR)"
1795 "$(INTDIR)\refcount.obj" "$(INTDIR)\refcount
[all...]
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dlibisc.mak167 -@erase "$(INTDIR)\refcount.obj"
270 "$(INTDIR)\refcount.obj" \
407 -@erase "$(INTDIR)\refcount.obj"
408 -@erase "$(INTDIR)\refcount.sbr"
533 "$(INTDIR)\refcount.sbr" \
619 "$(INTDIR)\refcount.obj" \
1734 SOURCE=..\refcount.c
1739 "$(INTDIR)\refcount.obj" : $(SOURCE) "$(INTDIR)"
1746 "$(INTDIR)\refcount.obj" "$(INTDIR)\refcount
[all...]
/macosx-10.9.5/syslog-217.1.4/aslcommon/
H A Dasl_memory.c174 out->refcount = 1;
243 * If the string is in the cache, increment refcount and return it.
268 ((mem_string_t *)(s->string_cache[where]))->refcount++;
313 if (m->refcount > 0) m->refcount--;
314 if (m->refcount > 0) return ASL_STATUS_OK;
H A Dasl_mini_memory.c179 out->refcount = 1;
248 * If the string is in the cache, increment refcount and return it.
273 ((mini_mem_string_t *)(s->string_cache[where]))->refcount++;
318 if (m->refcount > 0) m->refcount--;
319 if (m->refcount > 0) return ASL_STATUS_OK;
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf64-ppc.c2392 bfd_signed_vma refcount;
3157 bfd_signed_vma refcount;
3171 bfd_signed_vma refcount;
3611 htab->elf.init_got_refcount.refcount = 0;
3613 htab->elf.init_plt_refcount.refcount = 0;
3956 dent->plt.refcount += ent->plt.refcount;
4054 dent->got.refcount += ent->got.refcount;
4352 ent->got.refcount
2390 bfd_signed_vma refcount; member in union:ppc64_elf_obj_tdata::__anon7471
3153 bfd_signed_vma refcount; member in union:got_entry::__anon7473
3167 bfd_signed_vma refcount; member in union:plt_entry::__anon7474
[all...]
H A Delf32-xtensa.c829 if (h->got.refcount <= 0)
830 h->got.refcount = 1;
832 h->got.refcount += 1;
844 if (h->plt.refcount <= 0)
847 h->plt.refcount = 1;
850 h->plt.refcount += 1;
1017 if (h->got.refcount > 0)
1018 h->got.refcount--;
1024 if (h->plt.refcount > 0)
1025 h->plt.refcount
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcom.h745 unsigned16 refcount;
764 unsigned16 refcount;
742 unsigned16 refcount; member in struct:__anon8184
761 unsigned16 refcount; member in struct:__anon8187
/macosx-10.9.5/libauto-185.5/
H A Dauto_zone.h641 typedef void (^auto_zone_node_dump)(const void *address, unsigned long size, unsigned int layout, unsigned long refcount); variable
666 void (^visit_node)(const void *address, size_t size, auto_memory_type_t type, uint32_t refcount, boolean_t is_thread_local); member in struct:__anon9434
/macosx-10.9.5/postfix-252/postfix/src/qmgr/
H A Dqmgr_job.c790 * XXX Workaround for logic mismatch. The message->refcount test needs
791 * explanation. If the refcount is zero, it means that qmgr_active_done()
799 && message->refcount > 0
815 * XXX For message->refcount, see above.
818 && message->refcount > 0
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dcssmclient.h27 #include <security_utilities/refcount.h>
H A Ddliterators.h30 #include <security_utilities/refcount.h>
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dcssmclient.h27 #include <security_utilities/refcount.h>
H A Ddliterators.h30 #include <security_utilities/refcount.h>
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dview.h70 #include <isc/refcount.h>
/macosx-10.9.5/swig-10/Source/DOH/
H A Dbase.c39 assert(b->refcount > 0);
40 b->refcount--;
41 if (b->refcount <= 0) {

Completed in 255 milliseconds

1234567891011>>