Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c18231 #define SHELL_OPEN_UNSPEC 0 /* No open-mode specified */ macro
21989 int rc = SHELL_OPEN_UNSPEC; in deduceDatabaseType()
22144 if( p->openMode==SHELL_OPEN_UNSPEC ){ in open_db()
22172 case SHELL_OPEN_UNSPEC: in open_db()
24326 int eDbType = SHELL_OPEN_UNSPEC; in arDotCommand()
26240 int openMode = SHELL_OPEN_UNSPEC; in do_meta_command()