Home
last modified time | relevance | path

Searched refs:walChecksumBytes (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dwal.c728 static void walChecksumBytes( in walChecksumBytes() function
802 walChecksumBytes(1, (u8*)&pWal->hdr, nCksum, 0, pWal->hdr.aCksum); in walIndexWriteHdr()
838 walChecksumBytes(nativeCksum, aFrame, 8, aCksum, aCksum); in walEncodeFrame()
839 walChecksumBytes(nativeCksum, aData, pWal->szPage, aCksum, aCksum); in walEncodeFrame()
885 walChecksumBytes(nativeCksum, aFrame, 8, aCksum, aCksum); in walDecodeFrame()
886 walChecksumBytes(nativeCksum, aData, pWal->szPage, aCksum, aCksum); in walDecodeFrame()
1292 walChecksumBytes(pWal->hdr.bigEndCksum==SQLITE_BIGENDIAN, in walIndexRecover()
2354 walChecksumBytes(1, (u8*)&h1, sizeof(h1)-sizeof(h1.aCksum), 0, aCksum); in walIndexTryHdr()
3664 walChecksumBytes(1, aWalHdr, WAL_HDRSIZE-2*4, 0, aCksum); in sqlite3WalFrames()