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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwal.c577 int nativeCksum, /* True for native byte-order, false for non-native */
597 if( nativeCksum ){
658 int nativeCksum; /* True for native byte-order checksums */ local
665 nativeCksum = (pWal->hdr.bigEndCksum==SQLITE_BIGENDIAN);
666 walChecksumBytes(nativeCksum, aFrame, 8, aCksum, aCksum);
667 walChecksumBytes(nativeCksum, aData, pWal->szPage, aCksum, aCksum);
685 int nativeCksum; /* True for native byte-order checksums */ local
709 nativeCksum = (pWal->hdr.bigEndCksum==SQLITE_BIGENDIAN);
710 walChecksumBytes(nativeCksum, aFrame, 8, aCksum, aCksum);
711 walChecksumBytes(nativeCksum, aDat
576 walChecksumBytes( int nativeCksum, u8 *a, int nByte, const u32 *aIn, u32 *aOut ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c43856 walChecksumBytes( int nativeCksum, u8 *a, int nByte, const u32 *aIn, u32 *aOut ) argument
43938 int nativeCksum; /* True for native byte-order checksums */ local
43965 int nativeCksum; /* True for native byte-order checksums */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c48074 walChecksumBytes( int nativeCksum, u8 *a, int nByte, const u32 *aIn, u32 *aOut ) argument
48156 int nativeCksum; /* True for native byte-order checksums */ local
48183 int nativeCksum; /* True for native byte-order checksums */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c48094 walChecksumBytes( int nativeCksum, u8 *a, int nByte, const u32 *aIn, u32 *aOut ) argument
48176 int nativeCksum; /* True for native byte-order checksums */ local
48203 int nativeCksum; /* True for native byte-order checksums */ local
[all...]

Completed in 477 milliseconds