zone_ixfr
struct zone_ixfr* zone_ixfr_create(struct nsd* nsd)
struct zone_ixfr* ixfr = xalloc_zero(sizeof(struct zone_ixfr));
static void zone_ixfr_clear(struct zone_ixfr* ixfr)
void zone_ixfr_free(struct zone_ixfr* ixfr)
static void zone_ixfr_remove_oldest(struct zone_ixfr* ixfr)
void zone_ixfr_make_space(struct zone_ixfr* ixfr, struct zone* zone,
void zone_ixfr_remove(struct zone_ixfr* ixfr, struct ixfr_data* data)
void zone_ixfr_add(struct zone_ixfr* ixfr, struct ixfr_data* data, int isnew,
struct ixfr_data* zone_ixfr_find_serial(struct zone_ixfr* ixfr,
static struct ixfr_data* ixfr_data_first(struct zone_ixfr* ixfr)
static struct ixfr_data* ixfr_data_last(struct zone_ixfr* ixfr)
static struct ixfr_data* ixfr_data_next(struct zone_ixfr* ixfr,
static struct ixfr_data* ixfr_data_prev(struct zone_ixfr* ixfr,
static int connect_ixfrs(struct zone_ixfr* ixfr, struct ixfr_data* data,
struct zone_ixfr* zone_ixfr_create(struct nsd* nsd);
void zone_ixfr_free(struct zone_ixfr* ixfr);
void zone_ixfr_make_space(struct zone_ixfr* ixfr, struct zone* zone,
void zone_ixfr_remove(struct zone_ixfr* ixfr, struct ixfr_data* data);
void zone_ixfr_add(struct zone_ixfr* ixfr, struct ixfr_data* data, int isnew,
struct ixfr_data* zone_ixfr_find_serial(struct zone_ixfr* ixfr,
struct zone_ixfr* ixfr;
struct zone_ixfr;