Searched refs:expert (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c8203 /************************* Begin ../ext/expert/sqlite3expert.h ******************/
8373 /************************* End ../ext/expert/sqlite3expert.h ********************/
8374 /************************* Begin ../ext/expert/sqlite3expert.c ******************/
9024 return sqlite3_create_module(p->dbv, "expert", &expertModule, (void*)p);
9738 "CREATE VIRTUAL TABLE %Q USING expert(%Q)", zName, zInner
10338 /************************* End ../ext/expert/sqlite3expert.c ********************/
11298 ExpertInfo expert; /* Valid if previous command was ".expert OPT..." */ member in struct:ShellState
13430 ** was ".expert". It passes the SQL in the second argument directly to
13443 assert( pState->expert
[all...]

Completed in 155 milliseconds