Lines Matching refs:sqlite3Get4byte
21658 SQLITE_PRIVATE u32 sqlite3Get4byte(const u8*);
36375 SQLITE_PRIVATE u32 sqlite3Get4byte(const u8 *p){ in sqlite3Get4byte() function
58212 *pRes = sqlite3Get4byte(ac);
60186 change_counter = sqlite3Get4byte((u8*)pPg->pPager->dbFileVers)+1;
65924 pgno = sqlite3Get4byte(&aFrame[0]);
65937 if( aCksum[0]!=sqlite3Get4byte(&aFrame[16])
65938 || aCksum[1]!=sqlite3Get4byte(&aFrame[20])
65948 *pnTruncate = sqlite3Get4byte(&aFrame[4]);
66342 magic = sqlite3Get4byte(&aBuf[0]);
66343 szPage = sqlite3Get4byte(&aBuf[8]);
66353 pWal->nCkpt = sqlite3Get4byte(&aBuf[12]);
66360 if( pWal->hdr.aFrameCksum[0]!=sqlite3Get4byte(&aBuf[24])
66361 || pWal->hdr.aFrameCksum[1]!=sqlite3Get4byte(&aBuf[28])
66368 version = sqlite3Get4byte(&aBuf[4]);
67056 sqlite3Put4byte((u8*)&aSalt[0], 1 + sqlite3Get4byte((u8*)&aSalt[0]));
68876 pWal->hdr.aFrameCksum[0] = sqlite3Get4byte(aBuf);
68877 pWal->hdr.aFrameCksum[1] = sqlite3Get4byte(&aBuf[sizeof(u32)]);
68886 iPgno = sqlite3Get4byte(aBuf);
68887 nDbSize = sqlite3Get4byte(&aBuf[4]);
70230 #define get4byte sqlite3Get4byte
223971 p->iRightChildPg = isLeaf ? 0 : sqlite3Get4byte(&aHdr[8]);
223990 pCell->iChildPg = sqlite3Get4byte(&aData[iOff]);
224019 pCell->aOvfl[0] = sqlite3Get4byte(&aData[iOff+nLocal]);
224029 pCell->aOvfl[j] = sqlite3Get4byte(sqlite3PagerGetData(pPg));