Lines Matching refs:refs
257 unsigned int refs = 0;
366 refs++;
368 refs++;
369 ret = isc_refcount_init(&tkey->refs, refs);
434 while (refs-- > 0)
435 isc_refcount_decrement(&tkey->refs, NULL);
436 isc_refcount_destroy(&tkey->refs);
496 && isc_refcount_current(&tkey->refs) == 1
629 isc_refcount_increment(&source->refs, NULL);
649 isc_refcount_destroy(&key->refs);
656 unsigned int refs;
662 isc_refcount_decrement(&key->refs, &refs);
664 if (refs == 0)
1562 isc_refcount_increment(&key->refs, NULL);