Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c29744 int bIsDump = 0; in doAutoDetectRestore() local
29752 bIsDump = 1; in doAutoDetectRestore()
29755 bIsDump = 0; in doAutoDetectRestore()
29759 if( bIsDump && rc==SQLITE_OK ){ in doAutoDetectRestore()