Home | History | Annotate | Download | only in dns

Lines Matching defs:rawindex

319 	unsigned char *rawindex;     /*%< In-core buffer for journal index
693 j->rawindex = isc_mem_get(mctx, rawbytes);
695 CHECK(journal_read(j, j->rawindex, rawbytes));
700 p = j->rawindex;
707 INSIST(p == j->rawindex + rawbytes);
733 if (j->rawindex != NULL) {
734 isc_mem_cput(j->mctx, j->rawindex, j->header.index_size,
1430 if (j->rawindex != NULL) {
1431 isc_mem_cput(j->mctx, j->rawindex, j->header.index_size,
2826 p = j->rawindex;
2833 INSIST(p == j->rawindex + rawbytes);
2836 CHECK(journal_write(j, j->rawindex, rawbytes));