Searched refs:sqlite3Get4byte (Results 1 – 2 of 2) sorted by relevance
11824 SQLITE_PRIVATE u32 sqlite3Get4byte(const u8*);38559 *pRes = sqlite3Get4byte(ac);45080 pgno = sqlite3Get4byte(&aFrame[0]);45093 if( aCksum[0]!=sqlite3Get4byte(&aFrame[16]) 45094 || aCksum[1]!=sqlite3Get4byte(&aFrame[20]) 45104 *pnTruncate = sqlite3Get4byte(&aFrame[4]);45477 magic = sqlite3Get4byte(&aBuf[0]);45478 szPage = sqlite3Get4byte(&aBuf[8]);45488 pWal->nCkpt = sqlite3Get4byte(&aBuf[12]);45503 version = sqlite3Get4byte(&aBuf[4]);[all …]
20213 SQLITE_PRIVATE u32 sqlite3Get4byte(const u8*);52712 *pRes = sqlite3Get4byte(ac);60106 pgno = sqlite3Get4byte(&aFrame[0]);60130 *pnTruncate = sqlite3Get4byte(&aFrame[4]);60513 magic = sqlite3Get4byte(&aBuf[0]);60514 szPage = sqlite3Get4byte(&aBuf[8]);60524 pWal->nCkpt = sqlite3Get4byte(&aBuf[12]);60539 version = sqlite3Get4byte(&aBuf[4]);62730 iPgno = sqlite3Get4byte(aBuf);62731 nDbSize = sqlite3Get4byte(&aBuf[4]);[all …]