Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c7977 #define SHELL_OPEN_UNSPEC 0 /* No open-mode specified */ macro
10320 int rc = SHELL_OPEN_UNSPEC; in deduceDatabaseType()
10346 if( p->openMode==SHELL_OPEN_UNSPEC && access(p->zDbFilename,0)==0 ){ in open_db()
10359 case SHELL_OPEN_UNSPEC: in open_db()
12185 int eDbType = SHELL_OPEN_UNSPEC; in arDotCommand()
13196 p->openMode = SHELL_OPEN_UNSPEC; in do_meta_command()
/external/sqlite/dist/
Dshell.c7983 #define SHELL_OPEN_UNSPEC 0 /* No open-mode specified */ macro
10326 int rc = SHELL_OPEN_UNSPEC; in deduceDatabaseType()
10352 if( p->openMode==SHELL_OPEN_UNSPEC && access(p->zDbFilename,0)==0 ){ in open_db()
10365 case SHELL_OPEN_UNSPEC: in open_db()
12208 int eDbType = SHELL_OPEN_UNSPEC; in arDotCommand()
13219 p->openMode = SHELL_OPEN_UNSPEC; in do_meta_command()