Home
last modified time | relevance | path

Searched defs:iFrame (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dwal.c498 #define walFrameOffset(iFrame, szPage) ( \ argument
1036 static int walFramePage(u32 iFrame){ in walFramePage()
1051 static u32 walFramePgno(Wal *pWal, u32 iFrame){ in walFramePgno()
1133 static int walIndexAppend(Wal *pWal, u32 iFrame, u32 iPage){ in walIndexAppend()
1323 u32 iFrame; /* Index of last frame read */ in walIndexRecover() local
2048 u32 iFrame = 0; /* Wal frame containing data for iDbpage */ in walCheckpoint() local
3199 u32 iFrame = iH + sLoc.iZero; in sqlite3WalFindFrame() local
3354 Pgno iFrame; in sqlite3WalUndo() local
3613 u32 iFrame; /* Next frame address */ in sqlite3WalFrames() local
H A Dpager.c2973 u32 iFrame = 0; /* Frame of WAL containing pgno */ in readDbPage() local
5592 u32 iFrame = 0; /* Frame to read from WAL file */ in getPageMMap() local
/sqlite-3.40.0/tool/
H A Dshowwal.c206 static void print_frame(int iFrame){ in print_frame()
226 static void print_oneline_frame(int iFrame, Cksum *pCksum){ in print_oneline_frame()
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c3090 u32 iFrame; in rbuCaptureWalRead() local