Searched refs:sqlite3Get4byte (Results 1 – 6 of 6) sorted by relevance
874 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 …]
430 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()
715 #define get4byte sqlite3Get4byte
1297 u32 sqlite3Get4byte(const u8 *p){ in sqlite3Get4byte() function
1105 *pRes = sqlite3Get4byte(ac); in read32bits()3036 change_counter = sqlite3Get4byte((u8*)pPg->pPager->dbFileVers)+1; in pager_write_changecounter()
5399 u32 sqlite3Get4byte(const u8*);