Searched defs:ixfr_store (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/nsd/dist/
H A Dixfr.h103 struct ixfr_store { struct
[all...]
H A Dixfrcreate.c513 static int process_add_rrset(struct ixfr_store* ixfr_store, argument
[all...]
H A Ddifffile.c993 apply_ixfr(nsd_type* nsd, FILE *in, uint32_t serialno, uint32_t seq_nr, uint32_t seq_total, int* is_axfr, int* delete_mode, int* rr_count, struct zone* zone, int* bytes, int* softfail, struct ixfr_store* ixfr_store) argument
1357 struct ixfr_store* ixfr_store = NULL, ixfr_store_mem; local
[all...]
H A Dixfr.c953 struct ixfr_store* ixfr_store = ixfr_store_mem; local
960 ixfr_store_cancel(struct ixfr_store* ixfr_store) argument
967 ixfr_store_free(struct ixfr_store* ixfr_store) argument
997 ixfr_put_newsoa(struct ixfr_store* ixfr_store, uint8_t** rrs, size_t* len, size_t* capacity) argument
1027 ixfr_store_finish_data(struct ixfr_store* ixfr_store) argument
1049 ixfr_store_finish(struct ixfr_store* ixfr_store, struct nsd* nsd, char* log_buf) argument
1145 ixfr_store_add_newsoa(struct ixfr_store* ixfr_store, uint32_t ttl, struct buffer* packet, size_t rrlen) argument
1194 ixfr_store_add_oldsoa(struct ixfr_store* ixfr_store, uint32_t ttl, struct buffer* packet, size_t rrlen) argument
1301 ixfr_store_putrr(struct ixfr_store* ixfr_store, const struct dname* dname, uint16_t type, uint16_t klass, uint32_t ttl, struct buffer* packet, uint16_t rrlen, struct region* temp_region, uint8_t** rrs, size_t* rrs_len, size_t* rrs_capacity) argument
1346 ixfr_store_delrr(struct ixfr_store* ixfr_store, const struct dname* dname, uint16_t type, uint16_t klass, uint32_t ttl, struct buffer* packet, uint16_t rrlen, struct region* temp_region) argument
1355 ixfr_store_addrr(struct ixfr_store* ixfr_store, const struct dname* dname, uint16_t type, uint16_t klass, uint32_t ttl, struct buffer* packet, uint16_t rrlen, struct region* temp_region) argument
1364 ixfr_store_addrr_rdatas(struct ixfr_store* ixfr_store, const struct dname* dname, uint16_t type, uint16_t klass, uint32_t ttl, rdata_atom_type* rdatas, ssize_t rdata_num) argument
1377 ixfr_store_add_newsoa_rdatas(struct ixfr_store* ixfr_store, const struct dname* dname, uint16_t type, uint16_t klass, uint32_t ttl, rdata_atom_type* rdatas, ssize_t rdata_num) argument
1432 ixfr_store_delrr_uncompressed(struct ixfr_store* ixfr_store, uint8_t* dname, size_t dname_len, uint16_t type, uint16_t klass, uint32_t ttl, uint8_t* rdata, size_t rdata_len) argument
1462 ixfr_store_oldsoa_uncompressed(struct ixfr_store* ixfr_store, uint8_t* dname, size_t dname_len, uint16_t type, uint16_t klass, uint32_t ttl, uint8_t* rdata, size_t rdata_len) argument
1582 zone_ixfr_make_space(struct zone_ixfr* ixfr, struct zone* zone, struct ixfr_data* data, struct ixfr_store* ixfr_store) argument
[all...]

Completed in 104 milliseconds