Searched refs:isc_refcount_increment (Results 1 - 14 of 14) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | refcount.h | 68 * isc_refcount_increment(isc_refcount_t *ref, unsigned int *targetp); 74 * isc_refcount_increment() additionally requires the previous counter be 118 #define isc_refcount_increment(rp, tp) \ macro 165 #define isc_refcount_increment(rp, tp) \ 206 #define isc_refcount_increment(rp, tp) \
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | iptable.c | 160 isc_refcount_increment(&source->refcount, NULL);
|
H A D | order.c | 142 isc_refcount_increment(&source->references, NULL);
|
H A D | portlist.c | 241 isc_refcount_increment(&portlist->refcount, NULL);
|
H A D | acl.c | 442 isc_refcount_increment(&source->refcount, NULL);
|
H A D | acache.c | 1159 isc_refcount_increment(&source->refs, NULL); 1706 isc_refcount_increment(&source->references, NULL);
|
H A D | tsig.c | 629 isc_refcount_increment(&source->refs, NULL); 1562 isc_refcount_increment(&key->refs, NULL);
|
H A D | dst_api.c | 819 isc_refcount_increment(&source->refs, NULL);
|
H A D | view.c | 393 isc_refcount_increment(&source->references, NULL);
|
H A D | rbtdb.c | 682 isc_refcount_increment(&rbtdb->references, NULL); 1065 isc_refcount_increment(&version->references, &refs); 1154 isc_refcount_increment(&rbtversion->references, &refs); 2397 isc_refcount_increment(&rbtdb->references, NULL); 5357 isc_refcount_increment(&rbtversion->references,
|
H A D | zone.c | 3122 isc_refcount_increment(&source->erefs, NULL);
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | rbt.h | 904 isc_refcount_increment(&(node)->references, (refs)); \
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | hash.c | 288 isc_refcount_increment(&hctx->refcnt, NULL);
|
H A D | radix.c | 115 isc_refcount_increment(&prefix->refcount, NULL);
|
Completed in 365 milliseconds