OpenDNSSEC-signer
2.1.6
|
Go to the source code of this file.
Data Structures | |
struct | part_struct |
struct | ixfr_struct |
Macros | |
#define | IXFR_MAX_PARTS 3 |
Typedefs | |
typedef struct part_struct | part_type |
typedef struct ixfr_struct | ixfr_type |
Functions | |
ixfr_type * | ixfr_create (void) |
void | ixfr_add_rr (ixfr_type *ixfr, ldns_rr *rr) |
void | ixfr_del_rr (ixfr_type *ixfr, ldns_rr *rr) |
int | ixfr_print (FILE *fd, ixfr_type *ixfr) |
void | ixfr_purge (ixfr_type *ixfr, char const *zonename) |
void | ixfr_cleanup (ixfr_type *ixfr) |
typedef struct ixfr_struct ixfr_type |
typedef struct part_struct part_type |
void ixfr_add_rr | ( | ixfr_type * | ixfr, |
ldns_rr * | rr | ||
) |
Add +RR to ixfr journal.
[in] | ixfr | journal |
[in] | rr | +RR |
Add +RR to ixfr journal.
Definition at line 107 of file ixfr.c.
References ixfr().
Referenced by rrset_diff().
void ixfr_cleanup | ( | ixfr_type * | ixfr | ) |
Cleanup the ixfr journal.
[in] | ixfr | journal |
Cleanup the ixfr journal.
Definition at line 279 of file ixfr.c.
References ixfr(), and IXFR_MAX_PARTS.
Referenced by zone_cleanup().
ixfr_type* ixfr_create | ( | ) |
Create a new ixfr journal.
[in] | zone | zone reference |
Create a new ixfr journal.
Definition at line 91 of file ixfr.c.
References ixfr_struct::ixfr_lock.
void ixfr_del_rr | ( | ixfr_type * | ixfr, |
ldns_rr * | rr | ||
) |
Add -RR to ixfr journal.
[in] | ixfr | journal |
[in] | rr | -RR |
Add -RR to ixfr journal.
Definition at line 132 of file ixfr.c.
References ixfr().
Referenced by namedb_wipe_denial(), rrset_diff(), and rrset_drop_rrsigs().
int ixfr_print | ( | FILE * | fd, |
ixfr_type * | ixfr | ||
) |