Searched refs:szFrame (Results 1 – 1 of 1) sorted by relevance
68943 int szFrame; /* Number of bytes in buffer aFrame[] */ local68996 szFrame = szPage + WAL_FRAME_HDRSIZE;68997 aFrame = (u8 *)sqlite3_malloc64(szFrame + WALINDEX_PGSZ);69007 iLastFrame = (nSize - WAL_HDRSIZE) / szFrame;69026 rc = sqlite3OsRead(pWal->pWalFd, aFrame, szFrame, iOffset);70315 int szFrame; /* Number of bytes in buffer aFrame[] */ local70405 szFrame = pWal->szPage + WAL_FRAME_HDRSIZE;70406 aFrame = (u8 *)sqlite3_malloc64(szFrame);70420 iOffset+szFrame<=szWal;70421 iOffset+=szFrame[all …]