Searched refs:refcount (Results 126 - 150 of 280) sorted by relevance

1234567891011>>

/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/buckets/
H A Dapr_brigade.c443 && ((apr_bucket_heap *)(e->data))->refcount.refcount == 1) {
533 * already, and its refcount is 1, copy into the existing bucket.
537 && ((apr_bucket_heap *)(e->data))->refcount.refcount == 1) {
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dtsig.h26 #include <isc/refcount.h>
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dkeytable.c632 result = isc_refcount_init(&knode->refcount, 1);
643 isc_refcount_increment(&source->refcount, NULL);
652 isc_refcount_decrement(&node->refcount, &refs);
656 isc_refcount_destroy(&node->refcount);
H A Dorder.c28 #include <isc/refcount.h>
/macosx-10.9.5/bind9-45.100/bind9/lib/isccfg/include/isccfg/
H A Dcfg.h38 #include <isc/refcount.h>
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dnoauth.c181 noauth_info->auth_info.refcount = 1;
H A Dnoauthdg.c321 noauth_info->auth_info.refcount = 1;
/macosx-10.9.5/syslog-217.1.4/aslcommon/
H A Dasl_common.h107 uint32_t refcount; member in struct:__anon12649
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/include/
H A Dasl_msg.h86 int32_t refcount; member in struct:asl_msg_s
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_divert.c669 div_lock(struct socket *so, int refcount, void *lr) argument
700 if (refcount)
709 div_unlock(struct socket *so, int refcount, void *lr) argument
727 if (refcount)
/macosx-10.9.5/Libnotify-121.20.1/
H A Dlibnotify.c370 pdata->refcount = 1;
395 if (pdata != NULL) pdata->refcount++;
417 if (pdata->refcount > 0) pdata->refcount--;
418 if (pdata->refcount == 0)
662 if (n->refcount > 0) n->refcount--;
663 if (n->refcount == 0)
1185 n->refcount++;
1354 * Setting the refcount her
[all...]
H A Dnotify_client.c93 uint32_t refcount; member in struct:__anon3020
99 uint32_t refcount; member in struct:__anon3021
379 t->refcount = 1;
414 n->refcount = 1;
426 n->refcount++;
428 if ((n->refcount % MULTIPLE_REGISTRATION_WARNING_TRIGGER) == 0)
430 warn_count = n->refcount;
457 if (t != NULL) t->refcount++;
478 if (n != NULL) n->refcount++;
492 if (n->refcount >
[all...]
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-os.mm432 size_t refcount = 0;
435 _getObjc2ClassRefs(hi, &refcount);
439 _getObjcClassRefs(hi, &refcount);
441 if (classcount == 0 && refcount == 1 &&
/macosx-10.9.5/postfix-252/postfix/src/oqmgr/
H A Dqmgr_active.c250 if (message->refcount == 0)
369 if (message->refcount == 0)
/macosx-10.9.5/postfix-252/postfix/src/qmgr/
H A Dqmgr.h328 int refcount; /* queue entries */ member in struct:QMGR_MESSAGE
432 int refcount; /* peer entries */ member in struct:QMGR_PEER
H A Dqmgr_active.c254 if (message->refcount == 0)
373 if (message->refcount == 0)
/macosx-10.9.5/libauto-185.5/
H A DZone.h682 template <class BlockRef> usword_t block_refcount(BlockRef block) { return block.refcount(); }
691 int refcount; local
694 refcount = block.inc_refcount();
695 if (refcount == 1) {
699 return refcount;
1303 handle_overretained_garbage(block.address(), block.refcount(), block.layout());
/macosx-10.9.5/NFS-81/rpc.lockd/
H A Dlockd_lock.c138 int refcount; member in struct:sharefile
179 int refcount; member in struct:monfile
1123 * Grant it and bump the refcount.
1126 ++(imf->refcount);
1175 nmf->refcount = 1;
1236 --imf->refcount;
1238 if (imf->refcount < 0) {
1242 if (imf->refcount <= 0) {
2424 * take one refcount. Otherwise, repeated calls
2425 * could cause the refcount t
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclDictObj.c142 int refcount; /* Reference counter (see above) */ member in struct:Dict
370 newDict->refcount = 1;
405 --dict->refcount;
406 if (dict->refcount <= 0) {
734 dict->refcount = 1;
1158 dict->refcount++;
1275 dict->refcount--;
1276 if (dict->refcount <= 0) {
1430 dict->refcount = 1;
1480 dict->refcount
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-s390.c709 bfd_signed_vma refcount; member in union:elf_s390_link_hash_table::__anon7459
782 ret->tls_ldm_got.refcount = 0;
894 && dir->got.refcount <= 0)
1078 h->plt.refcount += 1;
1099 h->plt.refcount += 1;
1106 htab->tls_ldm_got.refcount += 1;
1151 h->got.refcount += 1;
1211 h->plt.refcount += 1;
1446 if (elf_s390_hash_table (info)->tls_ldm_got.refcount > 0)
1447 elf_s390_hash_table (info)->tls_ldm_got.refcount
[all...]
H A Delf64-s390.c662 bfd_signed_vma refcount; member in union:elf_s390_link_hash_table::__anon7476
735 ret->tls_ldm_got.refcount = 0;
847 && dir->got.refcount <= 0)
1038 h->plt.refcount += 1;
1060 h->plt.refcount += 1;
1067 htab->tls_ldm_got.refcount += 1;
1113 h->got.refcount += 1;
1175 h->plt.refcount += 1;
1412 if (elf_s390_hash_table (info)->tls_ldm_got.refcount > 0)
1413 elf_s390_hash_table (info)->tls_ldm_got.refcount
[all...]
H A Delf64-x86-64.c468 bfd_signed_vma refcount;
547 ret->tls_ld_got.refcount = 0;
655 && dir->got.refcount <= 0)
776 htab->tls_ld_got.refcount += 1;
827 h->plt.refcount += 1;
829 h->got.refcount += 1;
917 h->plt.refcount += 1;
926 h->plt.refcount += 1;
969 h->plt.refcount += 1;
1206 if (elf64_x86_64_hash_table (info)->tls_ld_got.refcount >
466 bfd_signed_vma refcount; member in union:elf64_x86_64_link_hash_table::__anon7477
[all...]
H A Delf32-ppc.c2311 /* PLT refcount or offset. */
2314 bfd_signed_vma refcount;
2404 bfd_signed_vma refcount;
2498 ret->elf.init_plt_refcount.refcount = 0;
2688 /* Copy over the GOT refcount entries that we may have already seen to
2690 edir->elf.got.refcount += eind->elf.got.refcount;
2691 eind->elf.got.refcount = 0;
2708 dent->plt.refcount += ent->plt.refcount;
2309 bfd_signed_vma refcount; member in union:plt_entry::__anon7457
2399 bfd_signed_vma refcount; member in union:ppc_elf_link_hash_table::__anon7458
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cache.c2060 uint32_t refcount; member in struct:string_t
2185 entry->refcount++;
2203 entry->refcount = 1;
2207 entry->refcount++;
2248 entry->refcount--;
2250 if (entry->refcount == 0) {
2286 printf("%6d - %s\n", entry->refcount, entry->str);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dserv.cpp17 // in case we use the refcount stuff
205 int32_t refcount; member in class:CacheEntry
219 : refcount(1), actualDescriptor(_actualDescriptor), service(_service) {
229 ++refcount;
237 * the refcount drops to zero, the resource is released. Return
241 if ((--refcount) == 0) {
253 return refcount > 1;

Completed in 293 milliseconds

1234567891011>>