Searched defs:ShellState (Results 1 – 1 of 1) sorted by relevance
15527 typedef struct ShellState ShellState; typedef15528 struct ShellState { struct15529 sqlite3 *db; /* The database */15530 u8 autoExplain; /* Automatically turn on .explain mode */15531 u8 autoEQP; /* Run EXPLAIN QUERY PLAN prior to seach SQL stmt */15532 u8 autoEQPtest; /* autoEQP is in test mode */15533 u8 autoEQPtrace; /* autoEQP is in trace mode */15534 u8 scanstatsOn; /* True to display scan stats before each finalize */15535 u8 openMode; /* SHELL_OPEN_NORMAL, _APPENDVFS, or _ZIPFILE */15536 u8 doXdgOpen; /* Invoke start/open/xdg-open in output_reset() */[all …]