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.c19494 #define SHELL_OPEN_UNSPEC 0 /* No open-mode specified */ macro
23253 int rc = SHELL_OPEN_UNSPEC; in deduceDatabaseType()
23408 if( p->openMode==SHELL_OPEN_UNSPEC ){ in open_db()
23436 case SHELL_OPEN_UNSPEC: in open_db()
25590 int eDbType = SHELL_OPEN_UNSPEC; in arDotCommand()
27610 int openMode = SHELL_OPEN_UNSPEC; in do_meta_command()