Searched defs:ShellState (Results 1 – 1 of 1) sorted by relevance
12029 typedef struct ShellState ShellState; typedef12030 struct ShellState { struct12031 sqlite3 *db; /* The database */12032 u8 autoExplain; /* Automatically turn on .explain mode */12033 u8 autoEQP; /* Run EXPLAIN QUERY PLAN prior to seach SQL stmt */12034 u8 autoEQPtest; /* autoEQP is in test mode */12035 u8 autoEQPtrace; /* autoEQP is in trace mode */12036 u8 scanstatsOn; /* True to display scan stats before each finalize */12037 u8 openMode; /* SHELL_OPEN_NORMAL, _APPENDVFS, or _ZIPFILE */12038 u8 doXdgOpen; /* Invoke start/open/xdg-open in output_reset() */[all …]