Searched refs:rawbytes (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Djournal.c614 unsigned int rawbytes; local
617 rawbytes = j->header.index_size * sizeof(journal_rawpos_t);
618 j->rawindex = isc_mem_get(mctx, rawbytes);
622 CHECK(journal_read(j, j->rawindex, rawbytes));
636 INSIST(p == j->rawindex + rawbytes);
2239 unsigned int rawbytes; local
2241 rawbytes = j->header.index_size * sizeof(journal_rawpos_t);
2250 INSIST(p == j->rawindex + rawbytes);
2253 CHECK(journal_write(j, j->rawindex, rawbytes));

Completed in 14 milliseconds