Searched refs:nativeCksum (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 66735 int nativeCksum, /* True for native byte-order, false for non-native */ 66755 if( !nativeCksum ){ 66854 int nativeCksum; /* True for native byte-order checksums */ local 66862 nativeCksum = (pWal->hdr.bigEndCksum==SQLITE_BIGENDIAN); 66863 walChecksumBytes(nativeCksum, aFrame, 8, aCksum, aCksum); 66864 walChecksumBytes(nativeCksum, aData, pWal->szPage, aCksum, aCksum); 66885 int nativeCksum; /* True for native byte-order checksums */ local 66909 nativeCksum = (pWal->hdr.bigEndCksum==SQLITE_BIGENDIAN); 66910 walChecksumBytes(nativeCksum, aFrame, 8, aCksum, aCksum); 66911 walChecksumBytes(nativeCksum, aData, pWal->szPage, aCksum, aCksum);
|