Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c68375 int nativeCksum, /* True for native byte-order, false for non-native */ argument
68395 if( !nativeCksum ){
68494 int nativeCksum; /* True for native byte-order checksums */ local
68502 nativeCksum = (pWal->hdr.bigEndCksum==SQLITE_BIGENDIAN);
68503 walChecksumBytes(nativeCksum, aFrame, 8, aCksum, aCksum);
68504 walChecksumBytes(nativeCksum, aData, pWal->szPage, aCksum, aCksum);
68525 int nativeCksum; /* True for native byte-order checksums */ local
68555 nativeCksum = (pWal->hdr.bigEndCksum==SQLITE_BIGENDIAN);
68556 walChecksumBytes(nativeCksum, aFrame, 8, aCksum, aCksum);
68557 walChecksumBytes(nativeCksum, aData, pWal->szPage, aCksum, aCksum);