#include <config.h>#include <stddef.h>#include <isc/mutex.h>#include <isc/refcount.h>#include <isc/result.h>Go to the source code of this file.
Functions | |
| isc_result_t | isc_refcount_init (isc_refcount_t *ref, unsigned int n) |
| isc_result_t isc_refcount_init | ( | isc_refcount_t * | ref, | |
| unsigned int | n | |||
| ) |
Definition at line 28 of file refcount.c.
References isc_mutex_init, ISC_R_SUCCESS, and REQUIRE.
Referenced by _new_prefix(), allocate_version(), cfg_aclconfctx_create(), cfg_create_obj(), cfg_parser_create(), configure_rpz_zone(), dns_acache_create(), dns_acache_createentry(), dns_acl_create(), dns_iptable_create(), dns_keynode_create(), dns_order_create(), dns_portlist_create(), dns_rbtdb_create(), dns_rpz_new_zones(), dns_tsigkey_createfromkey(), dns_view_create(), dns_zone_create(), get_key_struct(), isc_hash_ctxcreate(), load_zones(), and nta_create().