Home
last modified time | relevance | path

Searched defs:ShellState (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c23664 typedef struct ShellState ShellState; typedef
23665 struct ShellState { struct
23666 sqlite3 *db; /* The database */
23667 u8 openMode; /* SHELL_OPEN_NORMAL, _APPENDVFS, or _ZIPFILE */
23668 u8 doXdgOpen; /* Invoke start/open/xdg-open in output_reset() */
23669 u8 nEqpLevel; /* Depth of the EQP output graph */
23670 u8 eTraceType; /* SHELL_TRACE_* value for type of trace */
23671 u8 bSafeMode; /* True to prohibit unsafe operations */
23672 u8 bSafeModePersist; /* The long-term value of bSafeMode */
23673 u8 eRestoreState; /* See comments above doAutoDetectRestore() */
[all …]