Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwal.c3441 static int walRestartLog(Wal *pWal){ in walRestartLog() function
3645 if( SQLITE_OK!=(rc = walRestartLog(pWal)) ){ in sqlite3WalFrames()