Lines Matching refs:sqlite3Get4byte
20213 SQLITE_PRIVATE u32 sqlite3Get4byte(const u8*);
32349 SQLITE_PRIVATE u32 sqlite3Get4byte(const u8 *p){
52712 *pRes = sqlite3Get4byte(ac);
54628 change_counter = sqlite3Get4byte((u8*)pPg->pPager->dbFileVers)+1;
60106 pgno = sqlite3Get4byte(&aFrame[0]);
60119 if( aCksum[0]!=sqlite3Get4byte(&aFrame[16])
60120 || aCksum[1]!=sqlite3Get4byte(&aFrame[20])
60130 *pnTruncate = sqlite3Get4byte(&aFrame[4]);
60513 magic = sqlite3Get4byte(&aBuf[0]);
60514 szPage = sqlite3Get4byte(&aBuf[8]);
60524 pWal->nCkpt = sqlite3Get4byte(&aBuf[12]);
60531 if( pWal->hdr.aFrameCksum[0]!=sqlite3Get4byte(&aBuf[24])
60532 || pWal->hdr.aFrameCksum[1]!=sqlite3Get4byte(&aBuf[28])
60539 version = sqlite3Get4byte(&aBuf[4]);
61147 sqlite3Put4byte((u8*)&aSalt[0], 1 + sqlite3Get4byte((u8*)&aSalt[0]));
62720 pWal->hdr.aFrameCksum[0] = sqlite3Get4byte(aBuf);
62721 pWal->hdr.aFrameCksum[1] = sqlite3Get4byte(&aBuf[sizeof(u32)]);
62730 iPgno = sqlite3Get4byte(aBuf);
62731 nDbSize = sqlite3Get4byte(&aBuf[4]);
64014 #define get4byte sqlite3Get4byte
200682 p->iRightChildPg = isLeaf ? 0 : sqlite3Get4byte(&aHdr[8]);
200701 pCell->iChildPg = sqlite3Get4byte(&aData[iOff]);
200730 pCell->aOvfl[0] = sqlite3Get4byte(&aData[iOff+nLocal]);
200740 pCell->aOvfl[j] = sqlite3Get4byte(sqlite3PagerGetData(pPg));