Lines Matching refs:szFrame
67297 int szFrame; /* Number of bytes in buffer aFrame[] */ local
67350 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[] */ local
68745 szFrame = pWal->szPage + WAL_FRAME_HDRSIZE;
68746 aFrame = (u8 *)sqlite3_malloc64(szFrame);
68760 iOffset+szFrame<=szWal;
68761 iOffset+=szFrame
68767 rc = sqlite3OsRead(pWal->pWalFd, aFrame, szFrame, iOffset);
69906 int szFrame; /* The size of a single frame */ local
69992 szFrame = szPage + WAL_FRAME_HDRSIZE;
70026 iOffset += szFrame;
70060 iOffset += szFrame;