Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c28482 static int intckDatabaseCmd(ShellState *pState, i64 nStepPerUnlock){ in intckDatabaseCmd() argument
28498 if( nStepPerUnlock && (nStep % nStepPerUnlock)==0 ){ in intckDatabaseCmd()