Lines Matching refs:sqlite3Get4byte
21576 SQLITE_PRIVATE u32 sqlite3Get4byte(const u8*);
36035 SQLITE_PRIVATE u32 sqlite3Get4byte(const u8 *p){ function
57853 *pRes = sqlite3Get4byte(ac);
59827 change_counter = sqlite3Get4byte((u8*)pPg->pPager->dbFileVers)+1;
65565 pgno = sqlite3Get4byte(&aFrame[0]);
65578 if( aCksum[0]!=sqlite3Get4byte(&aFrame[16])
65579 || aCksum[1]!=sqlite3Get4byte(&aFrame[20])
65589 *pnTruncate = sqlite3Get4byte(&aFrame[4]);
65983 magic = sqlite3Get4byte(&aBuf[0]);
65984 szPage = sqlite3Get4byte(&aBuf[8]);
65994 pWal->nCkpt = sqlite3Get4byte(&aBuf[12]);
66001 if( pWal->hdr.aFrameCksum[0]!=sqlite3Get4byte(&aBuf[24])
66002 || pWal->hdr.aFrameCksum[1]!=sqlite3Get4byte(&aBuf[28])
66009 version = sqlite3Get4byte(&aBuf[4]);
66697 sqlite3Put4byte((u8*)&aSalt[0], 1 + sqlite3Get4byte((u8*)&aSalt[0]));
68517 pWal->hdr.aFrameCksum[0] = sqlite3Get4byte(aBuf);
68518 pWal->hdr.aFrameCksum[1] = sqlite3Get4byte(&aBuf[sizeof(u32)]);
68527 iPgno = sqlite3Get4byte(aBuf);
68528 nDbSize = sqlite3Get4byte(&aBuf[4]);
69870 #define get4byte sqlite3Get4byte
222128 p->iRightChildPg = isLeaf ? 0 : sqlite3Get4byte(&aHdr[8]);
222147 pCell->iChildPg = sqlite3Get4byte(&aData[iOff]);
222176 pCell->aOvfl[0] = sqlite3Get4byte(&aData[iOff+nLocal]);
222186 pCell->aOvfl[j] = sqlite3Get4byte(sqlite3PagerGetData(pPg));