Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c35801 int bIsDump = 0; in doAutoDetectRestore() local
35809 bIsDump = 1; in doAutoDetectRestore()
35812 bIsDump = 0; in doAutoDetectRestore()
35816 if( bIsDump && rc==SQLITE_OK ){ in doAutoDetectRestore()