Searched defs:ShellState (Results 1 – 1 of 1) sorted by relevance
12172 typedef struct ShellState ShellState; typedef12173 struct ShellState { struct12174 sqlite3 *db; /* The database */12175 u8 autoExplain; /* Automatically turn on .explain mode */12176 u8 autoEQP; /* Run EXPLAIN QUERY PLAN prior to seach SQL stmt */12177 u8 autoEQPtest; /* autoEQP is in test mode */12178 u8 autoEQPtrace; /* autoEQP is in trace mode */12179 u8 scanstatsOn; /* True to display scan stats before each finalize */12180 u8 openMode; /* SHELL_OPEN_NORMAL, _APPENDVFS, or _ZIPFILE */12181 u8 doXdgOpen; /* Invoke start/open/xdg-open in output_reset() */[all …]