Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c68736 static u32 walFramePgno(Wal *pWal, u32 iFrame){ function
69824 assert( walFramePgno(pWal, iFrame)==iDbpage );
71134 if( walFramePgno(pWal, iTest)==pgno ){
71319 assert( walFramePgno(pWal, iFrame)!=1 );
71320 rc = xUndo(pUndoCtx, walFramePgno(pWal, iFrame));