Home
last modified time | relevance | path

Searched refs:szFrame (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c67297 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
[all …]