Data Fields | |
unsigned int | magic |
isc_mem_t * | mctx |
dns_rdataclass_t | rdclass |
isc_mutex_t | lock |
isc_rwlock_t | tree_lock |
unsigned int | references |
dns_rbt_t * | rbt |
dns_db_t * | default_db |
Definition at line 38 of file dbtable.c.
unsigned int dns_dbtable::magic |
Definition at line 43 of file dbtable.c.
Referenced by dns_dbtable_attach(), dns_dbtable_create(), and dns_dbtable_detach().
Definition at line 44 of file dbtable.c.
Referenced by dbtable_free(), dns_dbtable_add(), dns_dbtable_adddefault(), dns_dbtable_create(), dns_dbtable_find(), dns_dbtable_getdefault(), dns_dbtable_remove(), and dns_dbtable_removedefault().
unsigned int dns_dbtable::references |
Definition at line 46 of file dbtable.c.
Referenced by dns_dbtable_attach(), dns_dbtable_create(), and dns_dbtable_detach().
Definition at line 48 of file dbtable.c.
Referenced by dbtable_free(), dns_dbtable_add(), dns_dbtable_create(), dns_dbtable_find(), and dns_dbtable_remove().
Definition at line 49 of file dbtable.c.
Referenced by dbtable_free(), dns_dbtable_adddefault(), dns_dbtable_create(), dns_dbtable_find(), dns_dbtable_getdefault(), and dns_dbtable_removedefault().