Lines Matching defs:sqlite3Get4byte
13108 SQLITE_PRIVATE u32 sqlite3Get4byte(const u8*);
23310 SQLITE_PRIVATE u32 sqlite3Get4byte(const u8 *p){
41323 *pRes = sqlite3Get4byte(ac);
43207 change_counter = sqlite3Get4byte((u8*)pPg->pPager->dbFileVers)+1;
48217 pgno = sqlite3Get4byte(&aFrame[0]);
48230 if( aCksum[0]!=sqlite3Get4byte(&aFrame[16])
48231 || aCksum[1]!=sqlite3Get4byte(&aFrame[20])
48241 *pnTruncate = sqlite3Get4byte(&aFrame[4]);
48615 magic = sqlite3Get4byte(&aBuf[0]);
48616 szPage = sqlite3Get4byte(&aBuf[8]);
48626 pWal->nCkpt = sqlite3Get4byte(&aBuf[12]);
48633 if( pWal->hdr.aFrameCksum[0]!=sqlite3Get4byte(&aBuf[24])
48634 || pWal->hdr.aFrameCksum[1]!=sqlite3Get4byte(&aBuf[28])
48641 version = sqlite3Get4byte(&aBuf[4]);
50117 sqlite3Put4byte((u8*)&aSalt[0], 1 + sqlite3Get4byte((u8*)&aSalt[0]));
51284 #define get4byte sqlite3Get4byte