Searched refs:isc_refcount_decrement (Results 1 - 14 of 14) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | refcount.h | 84 * isc_refcount_decrement(isc_refcount_t *ref, unsigned int *targetp); 128 #define isc_refcount_decrement(rp, tp) \ macro 177 #define isc_refcount_decrement(rp, tp) \ 216 #define isc_refcount_decrement(rp, tp) \
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | iptable.c | 169 isc_refcount_decrement(&tab->refcount, &refs);
|
H A D | order.c | 155 isc_refcount_decrement(&order->references, &references);
|
H A D | portlist.c | 254 isc_refcount_decrement(&portlist->refcount, &count);
|
H A D | acache.c | 1068 isc_refcount_decrement(&acache->refs, NULL); 1137 isc_refcount_decrement(&acache->refs, NULL); 1181 isc_refcount_decrement(&acache->refs, &refs); 1719 isc_refcount_decrement(&entry->references, &refs);
|
H A D | acl.c | 474 isc_refcount_decrement(&acl->refcount, &refs);
|
H A D | tsig.c | 435 isc_refcount_decrement(&tkey->refs, NULL); 662 isc_refcount_decrement(&key->refs, &refs);
|
H A D | rbtdb.c | 853 isc_refcount_decrement(&rbtdb->current_version->references, 1047 isc_refcount_decrement(&rbtdb->references, &refs); 1649 isc_refcount_decrement(&nodelock->references, &refs); 1711 isc_refcount_decrement(&nodelock->references, &refs); 2139 isc_refcount_decrement(&rbtdb->references, &refs); 2167 isc_refcount_decrement(&version->references, &refs); 2193 isc_refcount_decrement(&cur_version->references, 7126 isc_refcount_decrement(&rbtdb->node_locks[i].references, NULL); 7257 isc_refcount_decrement(&rbtdb->references, NULL);
|
H A D | dst_api.c | 835 isc_refcount_decrement(&key->refs, &refs);
|
H A D | view.c | 410 isc_refcount_decrement(&view->references, &refs);
|
H A D | zone.c | 826 isc_refcount_decrement(&zone->erefs, NULL); 3136 isc_refcount_decrement(&zone->erefs, &refs);
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | hash.c | 328 isc_refcount_decrement(&hctx->refcnt, &refs); 341 isc_refcount_decrement(&hash->refcnt, &refs);
|
H A D | radix.c | 87 isc_refcount_decrement(&prefix->refcount, &refs);
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | rbt.h | 908 isc_refcount_decrement(&(node)->references, (refs)); \
|
Completed in 141 milliseconds