Lines Matching refs:ShellState
18137 typedef struct ShellState ShellState; typedef
18138 struct ShellState { struct
18218 static ShellState shellState; argument
18343 ShellState *p = (ShellState*)pArg; in shellLog()
18371 ShellState *p, in failIfSafeMode()
18533 static void outputModePush(ShellState *p){ in outputModePush()
18539 static void outputModePop(ShellState *p){ in outputModePop()
18880 static void output_csv(ShellState *p, const char *z, int bSep){ in output_csv()
18941 ShellState *p = (ShellState*)pClientData; in safeModeAuth()
18989 ShellState *p = (ShellState*)pClientData; in shellAuth()
19087 static void eqp_append(ShellState *p, int iEqpId, int p2, const char *zText){ in eqp_append()
19113 static void eqp_reset(ShellState *p){ in eqp_reset()
19125 static EQPGraphRow *eqp_next_row(ShellState *p, int iEqpId, EQPGraphRow *pOld){ in eqp_next_row()
19134 static void eqp_render_level(ShellState *p, int iEqpId){ in eqp_render_level()
19153 static void eqp_render(ShellState *p, i64 nCycle){ in eqp_render()
19180 ShellState *p = (ShellState*)pClientData; in progress_handler()
19212 ShellState *p, in print_row_separator()
19241 ShellState *p = (ShellState*)pArg; in shell_callback()
19651 static void createSelftestTable(ShellState *p){ in createSelftestTable()
19702 static void set_table_name(ShellState *p, const char *zName){ in set_table_name()
19782 ShellState *p, /* Query context */ in run_table_dump_query()
19916 ShellState *pArg, /* Pointer to ShellState */ in display_stats()
20080 ShellState *pArg /* Pointer to ShellState */ in display_explain_scanstats()
20192 static void explain_data_prepare(ShellState *p, sqlite3_stmt *pSql){ in explain_data_prepare()
20254 static void explain_data_delete(ShellState *p){ in explain_data_delete()
20261 static void exec_prepared_stmt(ShellState*, sqlite3_stmt*);
20268 ShellState *pArg /* Pointer to ShellState */ in display_scanstats()
20321 static void bind_table_init(ShellState *p){ in bind_table_init()
20350 static void bind_prepared_stmt(ShellState *pArg, sqlite3_stmt *pStmt){ in bind_prepared_stmt()
20438 ShellState *p, in print_box_row_separator()
20597 ShellState *p, /* Pointer to ShellState */ in exec_prepared_stmt_columnar()
20823 ShellState *pArg, /* Pointer to ShellState */ in exec_prepared_stmt()
20913 ShellState *pState, in expertHandleSQL()
20933 ShellState *pState, in expertFinish()
20977 ShellState *pState, /* Current shell tool state */ in expertDotCommand()
21042 ShellState *pArg, /* Pointer to ShellState */ in shell_exec()
21211 static char **tableColumnList(ShellState *p, const char *zTab){ in tableColumnList()
21330 ShellState *p = (ShellState *)pArg; in dump_callback()
21447 ShellState *p, in run_schema_dump_query()
21879 static int process_input(ShellState *p);
21950 static void session_close_all(ShellState *p, int i){ in session_close_all()
22027 static unsigned char *readHexDb(ShellState *p, int *pnData){ in readHexDb()
22141 static void open_db(ShellState *p, int openFlags){ in open_db()
22492 static void setOrClearFlag(ShellState *p, unsigned mFlag, const char *zArg){ in setOrClearFlag()
22539 ShellState *p = (ShellState*)pArg; in sql_trace_callback()
22771 ShellState *p, in tryToCloneData()
22881 ShellState *p, in tryToCloneSchema()
22884 void (*xForEach)(ShellState*,sqlite3*,const char*) in tryToCloneSchema() argument
22960 static void tryToClone(ShellState *p, const char *zNewDb){ in tryToClone()
22985 static void output_redir(ShellState *p, FILE *pfNew){ in output_redir()
23000 static void output_reset(ShellState *p){ in output_reset()
23072 static int shell_dbinfo_command(ShellState *p, int nArg, char **azArg){ in shell_dbinfo_command()
23304 static void clearTempFile(ShellState *p){ in clearTempFile()
23315 static void newTempFile(ShellState *p, const char *zSuffix){ in newTempFile()
23402 ShellState *pState, /* Current shell tool state */ in lintFkeyIndexes()
23575 ShellState *pState, /* Current shell tool state */ in lintDotCommand()
23695 ShellState *p; /* Shell state */
24315 ShellState *pState, /* Current shell tool state */ in arDotCommand()
24430 ShellState *pState = (ShellState*)pCtx; in recoverSqlCb()
24440 static int recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg){ in recoverDatabaseCmd()
24727 static int outputDumpWarning(ShellState *p, const char *zLike){ in outputDumpWarning()
24749 static int do_meta_command(char *zLine, ShellState *p){ in do_meta_command()
25485 ShellState data; in do_meta_command()
26736 ShellState data; in do_meta_command()
28287 static int doAutoDetectRestore(ShellState *p, const char *zSql){ in doAutoDetectRestore()
28354 static int runOneSqlLine(ShellState *p, char *zSql, FILE *in, int startline){ in runOneSqlLine()
28403 static void echo_group_input(ShellState *p, const char *zDo){ in echo_group_input()
28449 static int process_input(ShellState *p){ in process_input()
28669 ShellState *p, /* Configuration data */ in process_sqliterc()
28801 static void main_init(ShellState *data) { in main_init()
28886 ShellState data;