Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c28304 int bIsDump = 0; in doAutoDetectRestore() local
28312 bIsDump = 1; in doAutoDetectRestore()
28315 bIsDump = 0; in doAutoDetectRestore()
28319 if( bIsDump && rc==SQLITE_OK ){ in doAutoDetectRestore()