Searched defs:journal_open (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | journal.c | 555 journal_open(isc_mem_t *mctx, const char *filename, isc_boolean_t writable, function 702 result = journal_open(mctx, filename, writable, create, journalp); 712 result = journal_open(mctx, backup, writable, writable, 2118 result = journal_open(mctx, filename, ISC_FALSE, ISC_FALSE, &j1); 2121 result = journal_open(mctx, backup, ISC_FALSE, ISC_FALSE, &j1); 2153 CHECK(journal_open(mctx, newname, ISC_TRUE, ISC_TRUE, &j2));
|
Completed in 22 milliseconds