|
OpenDNSSEC-enforcer
2.0.4
|
#include <zone.h>
Data Fields | |
| db_object_t * | dbo |
| db_result_list_t * | result_list |
| const db_result_t * | result |
| zone_t * | zone |
| int | object_store |
| zone_t ** | object_list |
| size_t | object_list_size |
| size_t | object_list_position |
| int | object_list_first |
| int | associated_fetch |
| policy_list_t * | policy_id_list |
| int zone_list::associated_fetch |
Definition at line 476 of file zone.h.
Referenced by zone_list_copy(), and zone_list_get().
| db_object_t* zone_list::dbo |
Definition at line 467 of file zone.h.
Referenced by zone_list_free(), zone_list_get(), zone_list_new(), and zone_list_new_copy().
| zone_t** zone_list::object_list |
Definition at line 472 of file zone.h.
Referenced by zone_list_copy(), zone_list_free(), zone_list_get(), and zone_list_size().
| int zone_list::object_list_first |
Definition at line 475 of file zone.h.
Referenced by zone_list_copy(), and zone_list_get().
| size_t zone_list::object_list_position |
Definition at line 474 of file zone.h.
Referenced by zone_list_copy().
| size_t zone_list::object_list_size |
Definition at line 473 of file zone.h.
Referenced by zone_list_copy(), zone_list_free(), zone_list_get(), and zone_list_size().
| int zone_list::object_store |
Definition at line 471 of file zone.h.
Referenced by zone_list_copy(), zone_list_object_store(), and zone_list_size().
| policy_list_t* zone_list::policy_id_list |
Definition at line 477 of file zone.h.
Referenced by zone_list_copy(), and zone_list_free().
| const db_result_t* zone_list::result |
| db_result_list_t* zone_list::result_list |
Definition at line 468 of file zone.h.
Referenced by zone_list_copy(), zone_list_free(), zone_list_get(), and zone_list_size().
| zone_t* zone_list::zone |
Definition at line 470 of file zone.h.
Referenced by zone_list_free().
1.8.13