Data Fields | |
unsigned int | magic |
isc_mem_t * | mctx |
dns_rdataclass_t | rdclass |
isc_rwlock_t | rwlock |
dns_zt_allloaded_t | loaddone |
void * | loaddone_arg |
isc_boolean_t | flush |
isc_uint32_t | references |
unsigned int | loads_pending |
dns_rbt_t * | table |
Definition at line 40 of file zt.c.
unsigned int dns_zt::magic |
Definition at line 43 of file zt.c.
Referenced by dns_zt_apply2(), dns_zt_create(), and zt_destroy().
Definition at line 45 of file zt.c.
Referenced by dns_zt_asyncload(), dns_zt_attach(), dns_zt_create(), dns_zt_find(), dns_zt_freezezones(), dns_zt_load(), dns_zt_loadnew(), dns_zt_mount(), dns_zt_unmount(), doneloading(), zt_destroy(), and zt_flushanddetach().
Definition at line 46 of file zt.c.
Referenced by dns_zt_asyncload(), dns_zt_create(), and doneloading().
void* dns_zt::loaddone_arg |
Definition at line 47 of file zt.c.
Referenced by dns_zt_asyncload(), dns_zt_create(), and doneloading().
Definition at line 49 of file zt.c.
Referenced by dns_zt_create(), zt_destroy(), and zt_flushanddetach().
Definition at line 50 of file zt.c.
Referenced by asyncload(), dns_zt_attach(), dns_zt_create(), doneloading(), and zt_flushanddetach().
unsigned int dns_zt::loads_pending |
Definition at line 51 of file zt.c.
Referenced by asyncload(), dns_zt_asyncload(), dns_zt_create(), and doneloading().
Definition at line 52 of file zt.c.
Referenced by dns_zt_apply2(), dns_zt_create(), dns_zt_find(), dns_zt_mount(), dns_zt_unmount(), and zt_destroy().