Searched refs:openMode (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c18145 u8 openMode; /* SHELL_OPEN_NORMAL, _APPENDVFS, or _ZIPFILE */ member in struct:ShellState
18229 /* Allowed values for ShellState.openMode
22144 if( p->openMode==SHELL_OPEN_UNSPEC ){
22146 p->openMode = SHELL_OPEN_NORMAL;
22148 p->openMode = (u8)deduceDatabaseType(zDbFilename,
22152 switch( p->openMode ){
22275 if( p->openMode==SHELL_OPEN_ZIPFILE ){
22284 if( p->openMode==SHELL_OPEN_DESERIALIZE || p->openMode==SHELL_OPEN_HEXDB ){
22288 if( p->openMode
26240 int openMode = SHELL_OPEN_UNSPEC; local
[all...]
H A Dsqlite3.c44396 mode_t openMode; /* Permissions to create file with */ local
[all...]

Completed in 748 milliseconds