Searched defs:ShellState (Results 1 – 4 of 4) sorted by relevance
18137 typedef struct ShellState ShellState; typedef18138 struct ShellState { struct18139 sqlite3 *db; /* The database */18140 u8 autoExplain; /* Automatically turn on .explain mode */18141 u8 autoEQP; /* Run EXPLAIN QUERY PLAN prior to each SQL stmt */18142 u8 autoEQPtest; /* autoEQP is in test mode */18143 u8 autoEQPtrace; /* autoEQP is in trace mode */18144 u8 scanstatsOn; /* True to display scan stats before each finalize */18145 u8 openMode; /* SHELL_OPEN_NORMAL, _APPENDVFS, or _ZIPFILE */18146 u8 doXdgOpen; /* Invoke start/open/xdg-open in output_reset() */[all …]
16727 typedef struct ShellState ShellState; typedef16728 struct ShellState { struct16729 sqlite3 *db; /* The database */16730 u8 autoExplain; /* Automatically turn on .explain mode */16731 u8 autoEQP; /* Run EXPLAIN QUERY PLAN prior to seach SQL stmt */16732 u8 autoEQPtest; /* autoEQP is in test mode */16733 u8 autoEQPtrace; /* autoEQP is in trace mode */16734 u8 scanstatsOn; /* True to display scan stats before each finalize */16735 u8 openMode; /* SHELL_OPEN_NORMAL, _APPENDVFS, or _ZIPFILE */16736 u8 doXdgOpen; /* Invoke start/open/xdg-open in output_reset() */[all …]
18132 typedef struct ShellState ShellState; typedef18133 struct ShellState { struct18134 sqlite3 *db; /* The database */18135 u8 autoExplain; /* Automatically turn on .explain mode */18136 u8 autoEQP; /* Run EXPLAIN QUERY PLAN prior to each SQL stmt */18137 u8 autoEQPtest; /* autoEQP is in test mode */18138 u8 autoEQPtrace; /* autoEQP is in trace mode */18139 u8 scanstatsOn; /* True to display scan stats before each finalize */18140 u8 openMode; /* SHELL_OPEN_NORMAL, _APPENDVFS, or _ZIPFILE */18141 u8 doXdgOpen; /* Invoke start/open/xdg-open in output_reset() */[all …]
16734 typedef struct ShellState ShellState; typedef16735 struct ShellState { struct16736 sqlite3 *db; /* The database */16737 u8 autoExplain; /* Automatically turn on .explain mode */16738 u8 autoEQP; /* Run EXPLAIN QUERY PLAN prior to seach SQL stmt */16739 u8 autoEQPtest; /* autoEQP is in test mode */16740 u8 autoEQPtrace; /* autoEQP is in trace mode */16741 u8 scanstatsOn; /* True to display scan stats before each finalize */16742 u8 openMode; /* SHELL_OPEN_NORMAL, _APPENDVFS, or _ZIPFILE */16743 u8 doXdgOpen; /* Invoke start/open/xdg-open in output_reset() */[all …]