Lines Matching defs:journal
30 #include <dns/journal.h>
207 * an IXFR-like RR stream from a journal file.
217 dns_journal_t *journal;
244 s->journal = NULL;
247 &s->journal));
248 CHECK(dns_journal_iter_init(s->journal, begin_serial, end_serial,
262 return dns_journal_first_rr(s->journal);
268 return dns_journal_next_rr(s->journal);
275 dns_journal_current_rr(s->journal, name, ttl, rdata);
281 if (s->journal != NULL) {
282 dns_journal_destroy(&s->journal);
1038 "IXFR version not in journal, "