Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwal.c874 pgno = sqlite3Get4byte(&aFrame[0]); in walDecodeFrame()
887 if( aCksum[0]!=sqlite3Get4byte(&aFrame[16]) in walDecodeFrame()
888 || aCksum[1]!=sqlite3Get4byte(&aFrame[20]) in walDecodeFrame()
898 *pnTruncate = sqlite3Get4byte(&aFrame[4]); in walDecodeFrame()
1277 magic = sqlite3Get4byte(&aBuf[0]); in walIndexRecover()
1278 szPage = sqlite3Get4byte(&aBuf[8]); in walIndexRecover()
1288 pWal->nCkpt = sqlite3Get4byte(&aBuf[12]); in walIndexRecover()
1303 version = sqlite3Get4byte(&aBuf[4]); in walIndexRecover()
3578 pWal->hdr.aFrameCksum[0] = sqlite3Get4byte(aBuf); in walRewriteChecksums()
3588 iPgno = sqlite3Get4byte(aBuf); in walRewriteChecksums()
[all …]
H A Ddbstat.c430 p->iRightChildPg = isLeaf ? 0 : sqlite3Get4byte(&aHdr[8]); in statDecodePage()
449 pCell->iChildPg = sqlite3Get4byte(&aData[iOff]); in statDecodePage()
478 pCell->aOvfl[0] = sqlite3Get4byte(&aData[iOff+nLocal]); in statDecodePage()
488 pCell->aOvfl[j] = sqlite3Get4byte(sqlite3PagerGetData(pPg)); in statDecodePage()
H A DbtreeInt.h715 #define get4byte sqlite3Get4byte
H A Dutil.c1297 u32 sqlite3Get4byte(const u8 *p){ in sqlite3Get4byte() function
H A Dpager.c1105 *pRes = sqlite3Get4byte(ac); in read32bits()
3036 change_counter = sqlite3Get4byte((u8*)pPg->pPager->dbFileVers)+1; in pager_write_changecounter()
H A DsqliteInt.h5399 u32 sqlite3Get4byte(const u8*);