Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3Get4byte

11266 SQLITE_PRIVATE u32 sqlite3Get4byte(const u8*);
20913 SQLITE_PRIVATE u32 sqlite3Get4byte(const u8 *p){
35834 *pRes = sqlite3Get4byte(ac);
37742 change_counter = sqlite3Get4byte((u8*)pPg->pPager->dbFileVers)+1;
42282 pgno = sqlite3Get4byte(&aFrame[0]);
42295 if( aCksum[0]!=sqlite3Get4byte(&aFrame[16])
42296 || aCksum[1]!=sqlite3Get4byte(&aFrame[20])
42306 *pnTruncate = sqlite3Get4byte(&aFrame[4]);
42679 magic = sqlite3Get4byte(&aBuf[0]);
42680 szPage = sqlite3Get4byte(&aBuf[8]);
42690 pWal->nCkpt = sqlite3Get4byte(&aBuf[12]);
42697 if( pWal->hdr.aFrameCksum[0]!=sqlite3Get4byte(&aBuf[24])
42698 || pWal->hdr.aFrameCksum[1]!=sqlite3Get4byte(&aBuf[28])
42705 version = sqlite3Get4byte(&aBuf[4]);
44026 sqlite3Put4byte((u8*)&aSalt[0], 1 + sqlite3Get4byte((u8*)&aSalt[0]));
45018 #define get4byte sqlite3Get4byte