Lines Matching refs:ShellState
12172 typedef struct ShellState ShellState; typedef
12173 struct ShellState { struct
12352 ShellState *p = (ShellState*)pArg; in shellLog()
12369 ShellState *p = (ShellState*)sqlite3_user_data(pCtx); in shellPutsFunc()
12380 ShellState *p, in failIfSafeMode()
12542 static void outputModePush(ShellState *p){ in outputModePush()
12548 static void outputModePop(ShellState *p){ in outputModePop()
12818 static void output_csv(ShellState *p, const char *z, int bSep){ in output_csv()
12880 ShellState *p = (ShellState*)pClientData; in safeModeAuth()
12924 ShellState *p = (ShellState*)pClientData; in shellAuth()
12999 static void eqp_append(ShellState *p, int iEqpId, int p2, const char *zText){ in eqp_append()
13023 static void eqp_reset(ShellState *p){ in eqp_reset()
13035 static EQPGraphRow *eqp_next_row(ShellState *p, int iEqpId, EQPGraphRow *pOld){ in eqp_next_row()
13044 static void eqp_render_level(ShellState *p, int iEqpId){ in eqp_render_level()
13064 static void eqp_render(ShellState *p){ in eqp_render()
13089 ShellState *p = (ShellState*)pClientData; in progress_handler()
13121 ShellState *p, in print_row_separator()
13150 ShellState *p = (ShellState*)pArg; in shell_callback()
13534 static void createSelftestTable(ShellState *p){ in createSelftestTable()
13585 static void set_table_name(ShellState *p, const char *zName){ in set_table_name()
13622 ShellState *p, /* Query context */ in run_table_dump_query()
13716 ShellState *p, /* The shell context */ in displayStatLine()
13743 ShellState *pArg, /* Pointer to ShellState */ in display_stats()
13882 ShellState *pArg /* Pointer to ShellState */ in display_scanstats()
13957 static void explain_data_prepare(ShellState *p, sqlite3_stmt *pSql){ in explain_data_prepare()
14040 static void explain_data_delete(ShellState *p){ in explain_data_delete()
14065 static void bind_table_init(ShellState *p){ in bind_table_init()
14094 static void bind_prepared_stmt(ShellState *pArg, sqlite3_stmt *pStmt){ in bind_prepared_stmt()
14173 ShellState *p, in print_box_row_separator()
14205 ShellState *p, /* Pointer to ShellState */ in exec_prepared_stmt_columnar()
14360 ShellState *pArg, /* Pointer to ShellState */ in exec_prepared_stmt()
14440 ShellState *pState, in expertHandleSQL()
14460 ShellState *pState, in expertFinish()
14505 ShellState *pState, /* Current shell tool state */ in expertDotCommand()
14569 ShellState *pArg, /* Pointer to ShellState */ in shell_exec()
14747 static char **tableColumnList(ShellState *p, const char *zTab){ in tableColumnList()
14863 ShellState *p = (ShellState *)pArg; in dump_callback()
14977 ShellState *p, in run_schema_dump_query()
15334 static int process_input(ShellState *p);
15394 static void session_close_all(ShellState *p, int i){ in session_close_all()
15471 static unsigned char *readHexDb(ShellState *p, int *pnData){ in readHexDb()
15726 static void open_db(ShellState *p, int openFlags){ in open_db()
16010 static void setOrClearFlag(ShellState *p, unsigned mFlag, const char *zArg){ in setOrClearFlag()
16057 ShellState *p = (ShellState*)pArg; in sql_trace_callback()
16286 ShellState *p, in tryToCloneData()
16396 ShellState *p, in tryToCloneSchema()
16399 void (*xForEach)(ShellState*,sqlite3*,const char*) in tryToCloneSchema() argument
16470 static void tryToClone(ShellState *p, const char *zNewDb){ in tryToClone()
16499 static void output_reset(ShellState *p){ in output_reset()
16539 static int db_int(ShellState *p, const char *zSql){ in db_int()
16565 static int shell_dbinfo_command(ShellState *p, int nArg, char **azArg){ in shell_dbinfo_command()
16794 static void clearTempFile(ShellState *p){ in clearTempFile()
16805 static void newTempFile(ShellState *p, const char *zSuffix){ in newTempFile()
16894 ShellState *pState, /* Current shell tool state */ in lintFkeyIndexes()
17070 ShellState *pState, /* Current shell tool state */ in lintDotCommand()
17199 ShellState *p; /* Shell state */
17820 ShellState *pState, /* Current shell tool state */ in arDotCommand()
18184 ShellState *pState, /* Shell state object */ in recoverFindTable()
18224 ShellState *pState, /* Shell state object */ in recoverOrphanTable()
18291 static int recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg){ in recoverDatabaseCmd()
18612 static int do_meta_command(char *zLine, ShellState *p){ in do_meta_command()
19315 ShellState data; in do_meta_command()
20459 ShellState data; in do_meta_command()
21883 static int runOneSqlLine(ShellState *p, char *zSql, FILE *in, int startline){ in runOneSqlLine()
21929 static int process_input(ShellState *p){ in process_input()
22101 ShellState *p, /* Configuration data */ in process_sqliterc()
22227 static void main_init(ShellState *data) { in main_init()
22297 ShellState data;