Symbol: ixfr_create
usr.sbin/nsd/dbaccess.c
236
struct ixfr_create* ixfrcr = NULL;
usr.sbin/nsd/ixfrcreate.c
1008
int ixfr_create_perform(struct ixfr_create* ixfrcr, struct zone* zone,
usr.sbin/nsd/ixfrcreate.c
1068
void ixfr_create_cancel(struct ixfr_create* ixfrcr)
usr.sbin/nsd/ixfrcreate.c
176
static int create_ixfr_spool_name(struct ixfr_create* ixfrcr,
usr.sbin/nsd/ixfrcreate.c
189
struct ixfr_create* ixfr_create_start(struct zone* zone, const char* zfile,
usr.sbin/nsd/ixfrcreate.c
192
struct ixfr_create* ixfrcr = (struct ixfr_create*)calloc(1,
usr.sbin/nsd/ixfrcreate.c
226
void ixfr_create_free(struct ixfr_create* ixfrcr)
usr.sbin/nsd/ixfrcreate.c
271
static int read_spool_header(FILE* spool, struct ixfr_create* ixfrcr)
usr.sbin/nsd/ixfrcreate.c
360
static int process_diff_rrset(FILE* spool, struct ixfr_create* ixfrcr,
usr.sbin/nsd/ixfrcreate.c
431
static int process_spool_delrrset(FILE* spool, struct ixfr_create* ixfrcr,
usr.sbin/nsd/ixfrcreate.c
509
static int process_diff_domain(FILE* spool, struct ixfr_create* ixfrcr,
usr.sbin/nsd/ixfrcreate.c
581
static int process_domain_del_RRs(struct ixfr_create* ixfrcr,
usr.sbin/nsd/ixfrcreate.c
665
static int ixfr_create_too_large(struct ixfr_create* ixfrcr,
usr.sbin/nsd/ixfrcreate.c
688
static int process_spool_before_domain(FILE* spool, struct ixfr_create* ixfrcr,
usr.sbin/nsd/ixfrcreate.c
730
static int process_spool_for_domain(FILE* spool, struct ixfr_create* ixfrcr,
usr.sbin/nsd/ixfrcreate.c
764
static int process_spool_remaining(FILE* spool, struct ixfr_create* ixfrcr,
usr.sbin/nsd/ixfrcreate.c
791
static int ixfr_create_walk_zone(FILE* spool, struct ixfr_create* ixfrcr,
usr.sbin/nsd/ixfrcreate.c
860
static int ixfr_create_already_done(struct ixfr_create* ixfrcr,
usr.sbin/nsd/ixfrcreate.c
887
static int ixfr_perform_init(struct ixfr_create* ixfrcr, struct zone* zone,
usr.sbin/nsd/ixfrcreate.c
946
static void ixfr_create_finishup(struct ixfr_create* ixfrcr,
usr.sbin/nsd/ixfrcreate.h
35
struct ixfr_create* ixfr_create_start(struct zone* zone, const char* zfile,
usr.sbin/nsd/ixfrcreate.h
39
void ixfr_create_free(struct ixfr_create* ixfrcr);
usr.sbin/nsd/ixfrcreate.h
45
int ixfr_create_perform(struct ixfr_create* ixfrcr, struct zone* zone,
usr.sbin/nsd/ixfrcreate.h
51
void ixfr_create_cancel(struct ixfr_create* ixfrcr);
usr.sbin/nsd/nsd-checkzone.c
54
struct ixfr_create* ixfrcr = NULL;