OpenDNSSEC-enforcer  2.0.4
Data Fields
zone_list Struct Reference

#include <zone.h>

Data Fields

db_object_tdbo
 
db_result_list_tresult_list
 
const db_result_tresult
 
zone_tzone
 
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_tpolicy_id_list
 

Detailed Description

A list of zone objects.

Definition at line 466 of file zone.h.

Field Documentation

◆ associated_fetch

int zone_list::associated_fetch

Definition at line 476 of file zone.h.

Referenced by zone_list_copy(), and zone_list_get().

◆ dbo

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().

◆ object_list

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().

◆ object_list_first

int zone_list::object_list_first

Definition at line 475 of file zone.h.

Referenced by zone_list_copy(), and zone_list_get().

◆ object_list_position

size_t zone_list::object_list_position

Definition at line 474 of file zone.h.

Referenced by zone_list_copy().

◆ object_list_size

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().

◆ object_store

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_id_list

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().

◆ result

const db_result_t* zone_list::result

Definition at line 469 of file zone.h.

◆ result_list

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

zone_t* zone_list::zone

Definition at line 470 of file zone.h.

Referenced by zone_list_free().


The documentation for this struct was generated from the following file: