Home
last modified time | relevance | path

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

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