Lines Matching defs:sqlite3Get4byte
12110 SQLITE_PRIVATE u32 sqlite3Get4byte(const u8*);
22025 SQLITE_PRIVATE u32 sqlite3Get4byte(const u8 *p){
39477 *pRes = sqlite3Get4byte(ac);
41332 change_counter = sqlite3Get4byte((u8*)pPg->pPager->dbFileVers)+1;
46077 pgno = sqlite3Get4byte(&aFrame[0]);
46090 if( aCksum[0]!=sqlite3Get4byte(&aFrame[16])
46091 || aCksum[1]!=sqlite3Get4byte(&aFrame[20])
46101 *pnTruncate = sqlite3Get4byte(&aFrame[4]);
46475 magic = sqlite3Get4byte(&aBuf[0]);
46476 szPage = sqlite3Get4byte(&aBuf[8]);
46486 pWal->nCkpt = sqlite3Get4byte(&aBuf[12]);
46493 if( pWal->hdr.aFrameCksum[0]!=sqlite3Get4byte(&aBuf[24])
46494 || pWal->hdr.aFrameCksum[1]!=sqlite3Get4byte(&aBuf[28])
46501 version = sqlite3Get4byte(&aBuf[4]);
47971 sqlite3Put4byte((u8*)&aSalt[0], 1 + sqlite3Get4byte((u8*)&aSalt[0]));
49117 #define get4byte sqlite3Get4byte