WAL_HDRSIZE 43683 third_party/sqlite/amalgamation/sqlite3.c WAL_HDRSIZE + ((iFrame)-1)*(i64)((szPage)+WAL_FRAME_HDRSIZE) \ WAL_HDRSIZE 44354 third_party/sqlite/amalgamation/sqlite3.c if( nSize>WAL_HDRSIZE ){ WAL_HDRSIZE 44355 third_party/sqlite/amalgamation/sqlite3.c u8 aBuf[WAL_HDRSIZE]; /* Buffer to load WAL header into */ WAL_HDRSIZE 44366 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3OsRead(pWal->pWalFd, aBuf, WAL_HDRSIZE, 0); WAL_HDRSIZE 44392 third_party/sqlite/amalgamation/sqlite3.c aBuf, WAL_HDRSIZE-2*4, 0, pWal->hdr.aFrameCksum WAL_HDRSIZE 44419 third_party/sqlite/amalgamation/sqlite3.c for(iOffset=WAL_HDRSIZE; (iOffset+szFrame)<=nSize; iOffset+=szFrame){ WAL_HDRSIZE 45875 third_party/sqlite/amalgamation/sqlite3.c u8 aWalHdr[WAL_HDRSIZE]; /* Buffer to assemble wal-header in */ WAL_HDRSIZE 45884 third_party/sqlite/amalgamation/sqlite3.c walChecksumBytes(1, aWalHdr, WAL_HDRSIZE-2*4, 0, aCksum); WAL_HDRSIZE 403 third_party/sqlite/src/src/wal.c WAL_HDRSIZE + ((iFrame)-1)*(i64)((szPage)+WAL_FRAME_HDRSIZE) \ WAL_HDRSIZE 1074 third_party/sqlite/src/src/wal.c if( nSize>WAL_HDRSIZE ){ WAL_HDRSIZE 1075 third_party/sqlite/src/src/wal.c u8 aBuf[WAL_HDRSIZE]; /* Buffer to load WAL header into */ WAL_HDRSIZE 1086 third_party/sqlite/src/src/wal.c rc = sqlite3OsRead(pWal->pWalFd, aBuf, WAL_HDRSIZE, 0); WAL_HDRSIZE 1112 third_party/sqlite/src/src/wal.c aBuf, WAL_HDRSIZE-2*4, 0, pWal->hdr.aFrameCksum WAL_HDRSIZE 1139 third_party/sqlite/src/src/wal.c for(iOffset=WAL_HDRSIZE; (iOffset+szFrame)<=nSize; iOffset+=szFrame){ WAL_HDRSIZE 2595 third_party/sqlite/src/src/wal.c u8 aWalHdr[WAL_HDRSIZE]; /* Buffer to assemble wal-header in */ WAL_HDRSIZE 2604 third_party/sqlite/src/src/wal.c walChecksumBytes(1, aWalHdr, WAL_HDRSIZE-2*4, 0, aCksum);