Searched refs:szFrame (Results 1 – 1 of 1) sorted by relevance
67297 int szFrame; /* Number of bytes in buffer aFrame[] */ local67350 szFrame = szPage + WAL_FRAME_HDRSIZE;67351 aFrame = (u8 *)sqlite3_malloc64(szFrame + WALINDEX_PGSZ);67361 iLastFrame = (nSize - WAL_HDRSIZE) / szFrame;67380 rc = sqlite3OsRead(pWal->pWalFd, aFrame, szFrame, iOffset);68655 int szFrame; /* Number of bytes in buffer aFrame[] */ local68745 szFrame = pWal->szPage + WAL_FRAME_HDRSIZE;68746 aFrame = (u8 *)sqlite3_malloc64(szFrame);68760 iOffset+szFrame<=szWal;68761 iOffset+=szFrame[all …]