Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c23758 #define SHELL_OPEN_UNSPEC 0 /* No open-mode specified */ macro
27735 int rc = SHELL_OPEN_UNSPEC; in deduceDatabaseType()
27965 if( p->openMode==SHELL_OPEN_UNSPEC ){ in open_db()
27991 case SHELL_OPEN_UNSPEC: in open_db()
30395 int eDbType = SHELL_OPEN_UNSPEC; in arDotCommand()
33631 int openMode = SHELL_OPEN_UNSPEC; in do_meta_command()