Home
last modified time | relevance | path

Searched refs:isc_refcount_decrement (Results 1 – 25 of 56) sorted by relevance

123

/netbsd/external/mpl/bind/dist/lib/isc/include/isc/
H A Drefcount.h123 isc_refcount_decrement(isc_refcount_t *target) { in isc_refcount_decrement() function
130 #define isc_refcount_decrement(target) \ macro
142 uint_fast32_t _refs = isc_refcount_decrement(target); \
148 uint_fast32_t _refs = isc_refcount_decrement(target); \
154 uint_fast32_t _refs = isc_refcount_decrement(target); \
/netbsd/external/bsd/ntp/dist/lib/isc/include/isc/
H A Drefcount.h130 #define isc_refcount_decrement(rp, tp) \ macro
179 #define isc_refcount_decrement(rp, tp) \
218 #define isc_refcount_decrement(rp, tp) \
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dzt.c252 if (isc_refcount_decrement(&zt->references) == 1) { in zt_flushanddetach()
351 if (isc_refcount_decrement(&zt->loads_pending) == 1) { in dns_zt_asyncload()
598 if (isc_refcount_decrement(&zt->loads_pending) == 1) { in doneloading()
602 if (isc_refcount_decrement(&zt->references) == 1) { in doneloading()
H A Dlib.c109 if (isc_refcount_decrement(&references) == 1) { in dns_lib_shutdown()
H A Diptable.c159 if (isc_refcount_decrement(&tab->refcount) == 1) { in dns_iptable_detach()
H A Dorder.c142 if (isc_refcount_decrement(&order->references) == 1) { in dns_order_detach()
H A Ddbtable.c129 if (isc_refcount_decrement(&dbtable->references) == 1) { in dns_dbtable_detach()
H A Dportlist.c242 if (isc_refcount_decrement(&portlist->refcount) == 1) { in dns_portlist_detach()
H A Dnta.c75 if (isc_refcount_decrement(&nta->refcount) == 1) { in nta_detach()
172 if (isc_refcount_decrement(&ntatable->references) == 1) { in dns_ntatable_detach()
H A Decdb.c179 if (isc_refcount_decrement(&ecdb->references) == 1) { in destroy_ecdb()
268 if (isc_refcount_decrement(&node->references) == 1) { in detachnode()
H A Ddispatch.c622 if (isc_refcount_decrement(&portentry->refs) == 1) { in deref_portentry()
977 isc_refcount_decrement(&disp->mgr->irefs); in free_devent()
2234 isc_refcount_decrement(&mgr->irefs); in dispatch_allocate()
2266 isc_refcount_decrement(&mgr->irefs); in dispatch_free()
2286 isc_refcount_decrement(&mgr->irefs); in dispatch_free()
3063 isc_refcount_decrement(&disp->mgr->irefs); in dns_dispatch_addresponse()
3252 isc_refcount_decrement(&disp->mgr->irefs); in dns_dispatch_removeresponse()
H A Dpeer.c99 if (isc_refcount_decrement(&plist->refs) == 1) { in dns_peerlist_detach()
261 if (isc_refcount_decrement(&p->refs) == 1) { in dns_peer_detach()
H A Dkeytable.c111 if (isc_refcount_decrement(&knode->refcount) == 1) { in keynode_detach()
195 if (isc_refcount_decrement(&keytable->references) == 1) { in dns_keytable_detach()
H A Dkasp.c111 if (isc_refcount_decrement(&kasp->references) == 1) { in dns_kasp_detach()
/netbsd/external/mpl/bind/dist/lib/ns/
H A Dlib.c82 if (isc_refcount_decrement(&references) == 1) { in ns_lib_shutdown()
H A Dstats.c56 if (isc_refcount_decrement(&stats->references) == 1) { in ns_stats_detach()
H A Dserver.c131 if (isc_refcount_decrement(&sctx->references) == 1) { in ns_server_detach()
H A Dinterfacemgr.c365 if (isc_refcount_decrement(&target->references) == 1) { in ns_interfacemgr_detach()
455 isc_refcount_decrement(&ifp->references); in ns_interface_create()
630 if (isc_refcount_decrement(&target->references) == 1) { in ns_interface_detach()
/netbsd/external/bsd/ntp/dist/lib/isc/
H A Dhash.c344 isc_refcount_decrement(&hctx->refcnt, &refs); in isc_hash_ctxdetach()
357 isc_refcount_decrement(&hash->refcnt, &refs); in isc_hash_destroy()
/netbsd/external/mpl/bind/dist/lib/isc/
H A Dhttpd.c240 if (isc_refcount_decrement(&httpd->references) == 1) { in maybe_destroy_httpd()
302 INSIST(isc_refcount_decrement(&httpdmgr->references) > 1); in httpdmgr_socket_accept()
316 INSIST(isc_refcount_decrement(&httpd->references) > 1); in httpd_socket_recv()
329 INSIST(isc_refcount_decrement(&httpd->references) > 1); in httpd_socket_send()
421 if (isc_refcount_decrement(&httpdmgr->references) == 1) { in maybe_destroy_httpdmgr()
H A Dcounter.c111 if (isc_refcount_decrement(&counter->references) == 1) { in isc_counter_detach()
H A Dtask.c265 isc_refcount_decrement(&task->references); in isc_task_create_bound()
366 if (isc_refcount_decrement(&task->references) == 1 && in task_detach()
939 if (isc_refcount_decrement(&task->running) == 1 && in task_run()
986 if (isc_refcount_decrement(&manager->references) == 1) { in isc_taskmgr_detach()
H A Dstats.c89 if (isc_refcount_decrement(&stats->references) == 1) { in isc_stats_detach()
H A Dratelimiter.c315 if (isc_refcount_decrement(&rl->references) == 1) { in isc_ratelimiter_detach()
/netbsd/external/mpl/bind/dist/lib/isc/tests/
H A Dnetmgr_test.c411 isc_refcount_decrement(&active_csends); in connect_send_cb()
457 isc_refcount_decrement(&active_creads); in connect_read_cb()
469 isc_refcount_decrement(&active_cconnects); in connect_connect_cb()
502 isc_refcount_decrement(&active_ssends); in listen_send_cb()
539 isc_refcount_decrement(&active_sreads); in listen_read_cb()
800 isc_refcount_decrement(&active_creads); in timeout_retry_cb()
1738 isc_refcount_decrement(&active_cconnects); in tcpdns_noresponse()

123