Lines Matching defs:sqlite3Get4byte
12110 SQLITE_PRIVATE u32 sqlite3Get4byte(const u8*);
22025 SQLITE_PRIVATE u32 sqlite3Get4byte(const u8 *p){
39449 *pRes = sqlite3Get4byte(ac);
41304 change_counter = sqlite3Get4byte((u8*)pPg->pPager->dbFileVers)+1;
46049 pgno = sqlite3Get4byte(&aFrame[0]);
46062 if( aCksum[0]!=sqlite3Get4byte(&aFrame[16])
46063 || aCksum[1]!=sqlite3Get4byte(&aFrame[20])
46073 *pnTruncate = sqlite3Get4byte(&aFrame[4]);
46447 magic = sqlite3Get4byte(&aBuf[0]);
46448 szPage = sqlite3Get4byte(&aBuf[8]);
46458 pWal->nCkpt = sqlite3Get4byte(&aBuf[12]);
46465 if( pWal->hdr.aFrameCksum[0]!=sqlite3Get4byte(&aBuf[24])
46466 || pWal->hdr.aFrameCksum[1]!=sqlite3Get4byte(&aBuf[28])
46473 version = sqlite3Get4byte(&aBuf[4]);
47943 sqlite3Put4byte((u8*)&aSalt[0], 1 + sqlite3Get4byte((u8*)&aSalt[0]));
49089 #define get4byte sqlite3Get4byte