Lines Matching refs:refs
182 isc_refcount_t refs;
1016 if (isc_refcount_current(&acache->refs) == 0) {
1060 result = isc_refcount_init(&acache->refs, 1);
1068 isc_refcount_decrement(&acache->refs, NULL);
1069 isc_refcount_destroy(&acache->refs);
1137 isc_refcount_decrement(&acache->refs, NULL);
1138 isc_refcount_destroy(&acache->refs);
1159 isc_refcount_increment(&source->refs, NULL);
1173 unsigned int refs;
1181 isc_refcount_decrement(&acache->refs, &refs);
1182 if (refs == 0) {
1714 unsigned int refs;
1719 isc_refcount_decrement(&entry->references, &refs);
1725 if (refs == 0) {