Searched refs:refcount (Results 101 - 125 of 280) sorted by relevance

1234567891011>>

/macosx-10.9.5/Libnotify-121.20.1/
H A Dlibnotify.h114 uint32_t refcount; member in struct:__anon3014
140 uint32_t refcount; member in struct:__anon3016
/macosx-10.9.5/libclosure-63/tests/
H A DNSFuture.m40 int32_t refcount;
85 result->Block_flags |= BLOCK_NEEDS_FREE | 1; // give it a refcount of 1
/macosx-10.9.5/CF-855.17/
H A DCFRuntime.c234 if ((cls->version & _kCFRuntimeCustomRefCount) && !cls->refcount) {
298 if (customRC && !cls->refcount) {
655 uint32_t (*refcount)(intptr_t, CFTypeRef) = cfClass->refcount;
656 if (!refcount || !(cfClass->version & _kCFRuntimeCustomRefCount) || (((CFRuntimeBase *)cf)->_cfinfo[CF_RC_BITS] != 0xFF)) {
664 uint32_t rc = refcount(0, cf);
1228 uint32_t (*refcount)(intptr_t, CFTypeRef) = cfClass->refcount;
1229 if (!refcount || !(cfClass->version & _kCFRuntimeCustomRefCount) || (((CFRuntimeBase *)cf)->_cfinfo[CF_RC_BITS] != 0xFF)) {
1237 refcount(
[all...]
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dpathwatch.c605 pnode->refcount++;
667 if (pnode->refcount > 0) pnode->refcount--;
668 if (pnode->refcount == 0) _path_node_free(pnode);
881 /* "autorelease" current sources (_vnode_sweep() will delete those with zero refcount) */
918 /* sweep source list (deletes those with zero refcount) */
940 pnode->refcount = 1;
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dremoteconf.c259 new->refcount = 1;
366 new->refcount = 1;
518 (rmconf->refcount)++;
524 if (--(rmconf->refcount) <= 0) {
538 if (--(p->refcount) <= 0)
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-sh.c2100 bfd_signed_vma refcount;
2171 bfd_signed_vma refcount;
2223 ret->datalabel_got.refcount = ret->root.got.refcount;
2260 ret->tls_ldm_got.refcount = 0;
2486 if (h->plt.refcount <= 0
2640 if ((h->got.refcount > 0
2646 h->got.refcount += eh->gotplt_refcount;
2647 if (h->plt.refcount >= eh->gotplt_refcount)
2648 h->plt.refcount
2096 bfd_signed_vma refcount; member in union:elf_sh_link_hash_entry::__anon7463
2167 bfd_signed_vma refcount; member in union:elf_sh_link_hash_table::__anon7465
[all...]
H A Delf32-m68k.c733 if (h->got.refcount == 0)
748 h->got.refcount++;
796 h->plt.refcount++;
822 h->plt.refcount++;
850 h->plt.refcount++;
862 h->plt.refcount++;
1069 if (h->got.refcount > 0)
1071 --h->got.refcount;
1072 if (h->got.refcount == 0)
1110 if (h->plt.refcount >
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dtls_g.c81 int refcount; member in struct:tlsg_ctx
241 ctx->refcount = 1;
257 c->refcount++;
265 int refcount; local
270 refcount = --c->refcount;
272 if ( refcount )
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_schannel.c515 connssl->cred->refcount++;
516 infof(data, "schannel: incremented credential handle refcount = %d\n",
517 connssl->cred->refcount);
1138 if(connssl->cred->refcount > 0) {
1139 connssl->cred->refcount--;
1140 infof(data, "schannel: decremented credential handle refcount = %d\n",
1141 connssl->cred->refcount);
1144 /* if the handle refcount is zero, check if we have not cached it */
1145 if(connssl->cred->refcount == 0) {
1180 if(cred && cred->refcount
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcomsoc.c485 my_info->refcount = 1;
504 info->refcount++;
513 if (info && --info->refcount == 0)
/macosx-10.9.5/libauto-185.5/
H A Dauto_zone.cpp481 unsigned refcount = ref.refcount(); variable
482 if (refcount != 1) {
483 malloc_printf("*** free() called on collectable block with %p with refcount %d (ignored)\n", ref.address(), refcount);
556 void *new_ptr = azone->block_allocate(thread, size, layout, is_allocated_cleared(layout), (block_info.refcount() != 0));
571 if (block_info.refcount() != 0) auto_zone_release(zone, ptr); // don't forget to let go rdar://6593098
576 // the refcount of GC memory to guard against use in unregistered threads, and we don't know
807 if (__auto_reference_logger) __auto_reference_logger(AUTO_RETAIN_EVENT, ptr, uintptr_t(refcount_sieve.refcount));
823 if (__auto_reference_logger) __auto_reference_logger(AUTO_RELEASE_EVENT, ptr, uintptr_t(refcount_sieve.refcount));
[all...]
/macosx-10.9.5/libclosure-63/
H A Druntime.c230 _Byref_flag_initial_value = BLOCK_BYREF_IS_GC; // no refcount
329 // Copy, or bump refcount, of a block. If really copying, call the copy helper if present.
346 // Tell collector to hang on this - it will bump the GC refcount version
360 // reset refcount
362 result->flags |= BLOCK_NEEDS_FREE | 2; // logical refcount 1
368 // Under GC want allocation with refcount 1 so we ask for "true" if wantsOne
375 // reset refcount
457 int32_t refcount; local
467 refcount = byref->flags & BLOCK_REFCOUNT_MASK;
468 osx_assert(refcount);
[all...]
/macosx-10.9.5/MITKerberosShim-62.1/profile/
H A Dprof_int.h29 * - refcount and next should only be tweaked with the global lock held
61 int refcount; /* prf_file_t references */ member in struct:_prf_data_t
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Daclclient.h28 #include <security_utilities/refcount.h>
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A DAuthorizationData.h38 #include <security_utilities/refcount.h>
H A Daclsubject.h33 #include <security_utilities/refcount.h>
H A Dhandletemplates_defs.h37 #include <security_utilities/refcount.h>
/macosx-10.9.5/Security-55471.14.18/include/security_filedb/
H A DAtomicFile.h25 #include <security_utilities/refcount.h>
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmuscle++.h35 #include <security_utilities/refcount.h>
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Daclclient.h28 #include <security_utilities/refcount.h>
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A DAuthorizationData.h38 #include <security_utilities/refcount.h>
H A Daclsubject.h33 #include <security_utilities/refcount.h>
H A Dhandletemplates_defs.h37 #include <security_utilities/refcount.h>
/macosx-10.9.5/Security-55471.14.18/libsecurity_filedb/lib/
H A DAtomicFile.h25 #include <security_utilities/refcount.h>
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmuscle++.h35 #include <security_utilities/refcount.h>

Completed in 169 milliseconds

1234567891011>>