Searched refs:bCksum (Results 1 – 2 of 2) sorted by relevance
668 int bCksum = 0; /* True to embed a checksum in this record */ in lsmLogWrite() local689 rc = jumpIfRequired(pDb, pLog, nReq, &bCksum); in lsmLogWrite()690 if( (pLog->buf.n+nReq) > LSM_CKSUM_MAXDATA ) bCksum = 1; in lsmLogWrite()703 *(a++) = (u8)eType | (u8)bCksum; in lsmLogWrite()707 if( bCksum ){ in lsmLogWrite()
403 int bCksum, /* If true, include checksums */ in ckptExportSnapshot() argument473 if( bCksum ){ in ckptExportSnapshot()