Lines Matching refs:ShellState

19400 typedef struct ShellState ShellState;  typedef
19401 struct ShellState { struct
19481 static ShellState shellState; argument
19606 ShellState *p = (ShellState*)pArg; in shellLog()
19634 ShellState *p, in failIfSafeMode()
19796 static void outputModePush(ShellState *p){ in outputModePush()
19802 static void outputModePop(ShellState *p){ in outputModePop()
20143 static void output_csv(ShellState *p, const char *z, int bSep){ in output_csv()
20204 ShellState *p = (ShellState*)pClientData; in safeModeAuth()
20252 ShellState *p = (ShellState*)pClientData; in shellAuth()
20350 static void eqp_append(ShellState *p, int iEqpId, int p2, const char *zText){ in eqp_append()
20376 static void eqp_reset(ShellState *p){ in eqp_reset()
20388 static EQPGraphRow *eqp_next_row(ShellState *p, int iEqpId, EQPGraphRow *pOld){ in eqp_next_row()
20397 static void eqp_render_level(ShellState *p, int iEqpId){ in eqp_render_level()
20416 static void eqp_render(ShellState *p, i64 nCycle){ in eqp_render()
20443 ShellState *p = (ShellState*)pClientData; in progress_handler()
20475 ShellState *p, in print_row_separator()
20504 ShellState *p = (ShellState*)pArg; in shell_callback()
20914 static void createSelftestTable(ShellState *p){ in createSelftestTable()
20965 static void set_table_name(ShellState *p, const char *zName){ in set_table_name()
21045 ShellState *p, /* Query context */ in run_table_dump_query()
21179 ShellState *pArg, /* Pointer to ShellState */ in display_stats()
21343 ShellState *pArg /* Pointer to ShellState */ in display_explain_scanstats()
21455 static void explain_data_prepare(ShellState *p, sqlite3_stmt *pSql){ in explain_data_prepare()
21517 static void explain_data_delete(ShellState *p){ in explain_data_delete()
21524 static void exec_prepared_stmt(ShellState*, sqlite3_stmt*);
21531 ShellState *pArg /* Pointer to ShellState */ in display_scanstats()
21584 static void bind_table_init(ShellState *p){ in bind_table_init()
21613 static void bind_prepared_stmt(ShellState *pArg, sqlite3_stmt *pStmt){ in bind_prepared_stmt()
21701 ShellState *p, in print_box_row_separator()
21860 ShellState *p, /* Pointer to ShellState */ in exec_prepared_stmt_columnar()
22086 ShellState *pArg, /* Pointer to ShellState */ in exec_prepared_stmt()
22176 ShellState *pState, in expertHandleSQL()
22196 ShellState *pState, in expertFinish()
22240 ShellState *pState, /* Current shell tool state */ in expertDotCommand()
22305 ShellState *pArg, /* Pointer to ShellState */ in shell_exec()
22474 static char **tableColumnList(ShellState *p, const char *zTab){ in tableColumnList()
22593 ShellState *p = (ShellState *)pArg; in dump_callback()
22710 ShellState *p, in run_schema_dump_query()
23143 static int process_input(ShellState *p);
23214 static void session_close_all(ShellState *p, int i){ in session_close_all()
23291 static unsigned char *readHexDb(ShellState *p, int *pnData){ in readHexDb()
23405 static void open_db(ShellState *p, int openFlags){ in open_db()
23756 static void setOrClearFlag(ShellState *p, unsigned mFlag, const char *zArg){ in setOrClearFlag()
23803 ShellState *p = (ShellState*)pArg; in sql_trace_callback()
24035 ShellState *p, in tryToCloneData()
24145 ShellState *p, in tryToCloneSchema()
24148 void (*xForEach)(ShellState*,sqlite3*,const char*) in tryToCloneSchema() argument
24224 static void tryToClone(ShellState *p, const char *zNewDb){ in tryToClone()
24249 static void output_redir(ShellState *p, FILE *pfNew){ in output_redir()
24264 static void output_reset(ShellState *p){ in output_reset()
24336 static int shell_dbinfo_command(ShellState *p, int nArg, char **azArg){ in shell_dbinfo_command()
24568 static void clearTempFile(ShellState *p){ in clearTempFile()
24579 static void newTempFile(ShellState *p, const char *zSuffix){ in newTempFile()
24666 ShellState *pState, /* Current shell tool state */ in lintFkeyIndexes()
24839 ShellState *pState, /* Current shell tool state */ in lintDotCommand()
24959 ShellState *p; /* Shell state */
25579 ShellState *pState, /* Current shell tool state */ in arDotCommand()
25694 ShellState *pState = (ShellState*)pCtx; in recoverSqlCb()
25704 static int recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg){ in recoverDatabaseCmd()
25767 static int intckDatabaseCmd(ShellState *pState, i64 nStepPerUnlock){ in intckDatabaseCmd()
26025 static int outputDumpWarning(ShellState *p, const char *zLike){ in outputDumpWarning()
26086 static int do_meta_command(char *zLine, ShellState *p){ in do_meta_command()
26823 ShellState data; in do_meta_command()
28106 ShellState data; in do_meta_command()
29727 static int doAutoDetectRestore(ShellState *p, const char *zSql){ in doAutoDetectRestore()
29794 static int runOneSqlLine(ShellState *p, char *zSql, FILE *in, int startline){ in runOneSqlLine()
29843 static void echo_group_input(ShellState *p, const char *zDo){ in echo_group_input()
29889 static int process_input(ShellState *p){ in process_input()
30109 ShellState *p, /* Configuration data */ in process_sqliterc()
30242 static void main_init(ShellState *data) { in main_init()
30327 ShellState data;