Lines Matching refs:ShellState

21668 typedef struct ShellState ShellState;  typedef
21669 struct ShellState { struct
21751 static ShellState shellState; argument
21888 ShellState *p = (ShellState*)pArg; in shellLog()
21905 ShellState *p = (ShellState*)sqlite3_user_data(pCtx); in shellPutsFunc()
21916 ShellState *p, in failIfSafeMode()
22078 static void outputModePush(ShellState *p){ in outputModePush()
22084 static void outputModePop(ShellState *p){ in outputModePop()
22094 static void setCrlfMode(ShellState *p){ in setCrlfMode()
22144 static void output_quoted_string(ShellState *p, const char *zInX){ in output_quoted_string()
22213 static void output_quoted_escaped_string(ShellState *p, const char *z){ in output_quoted_escaped_string()
22389 ShellState *p, in escapeOutput()
22523 static void output_csv(ShellState *p, const char *z, int bSep){ in output_csv()
22584 ShellState *p = (ShellState*)pClientData; in safeModeAuth()
22632 ShellState *p = (ShellState*)pClientData; in shellAuth()
22730 static void eqp_append(ShellState *p, int iEqpId, int p2, const char *zText){ in eqp_append()
22756 static void eqp_reset(ShellState *p){ in eqp_reset()
22768 static EQPGraphRow *eqp_next_row(ShellState *p, int iEqpId, EQPGraphRow *pOld){ in eqp_next_row()
22777 static void eqp_render_level(ShellState *p, int iEqpId){ in eqp_render_level()
22797 static void eqp_render(ShellState *p, i64 nCycle){ in eqp_render()
22824 ShellState *p = (ShellState*)pClientData; in progress_handler()
22856 ShellState *p, in print_row_separator()
22885 ShellState *p = (ShellState*)pArg; in shell_callback()
23333 static void createSelftestTable(ShellState *p){ in createSelftestTable()
23384 static void set_table_name(ShellState *p, const char *zName){ in set_table_name()
23464 ShellState *p, /* Query context */ in run_table_dump_query()
23600 ShellState *pArg, /* Pointer to ShellState */ in display_stats()
23786 ShellState *pArg /* Pointer to ShellState */ in display_explain_scanstats()
23898 static void explain_data_prepare(ShellState *p, sqlite3_stmt *pSql){ in explain_data_prepare()
23960 static void explain_data_delete(ShellState *p){ in explain_data_delete()
23967 static void exec_prepared_stmt(ShellState*, sqlite3_stmt*);
23974 ShellState *pArg /* Pointer to ShellState */ in display_scanstats()
24033 static void bind_table_init(ShellState *p){ in bind_table_init()
24062 static void bind_prepared_stmt(ShellState *pArg, sqlite3_stmt *pStmt){ in bind_prepared_stmt()
24159 ShellState *p, in print_box_row_separator()
24190 ShellState *p, /* To access current settings */ in translateForDisplayAndDup()
24379 ShellState *p, /* Pointer to ShellState */ in exec_prepared_stmt_columnar()
24608 ShellState *pArg, /* Pointer to ShellState */ in exec_prepared_stmt()
24700 ShellState *pState, in expertHandleSQL()
24720 ShellState *pState, in expertFinish()
24766 ShellState *pState, /* Current shell tool state */ in expertDotCommand()
24832 ShellState *pArg, /* Pointer to ShellState */ in shell_exec()
25003 static char **tableColumnList(ShellState *p, const char *zTab){ in tableColumnList()
25122 ShellState *p = (ShellState *)pArg; in dump_callback()
25239 ShellState *p, in run_schema_dump_query()
25682 static int process_input(ShellState *p);
25753 static void session_close_all(ShellState *p, int i){ in session_close_all()
25830 static unsigned char *readHexDb(ShellState *p, int *pnData){ in readHexDb()
25940 ShellState *p = (ShellState*)sqlite3_user_data(pCtx); in shellModuleSchema()
25977 static void open_db(ShellState *p, int openFlags){ in open_db()
26346 static void setOrClearFlag(ShellState *p, unsigned mFlag, const char *zArg){ in setOrClearFlag()
26393 ShellState *p = (ShellState*)pArg; in sql_trace_callback()
26627 ShellState *p, in tryToCloneData()
26737 ShellState *p, in tryToCloneSchema()
26740 void (*xForEach)(ShellState*,sqlite3*,const char*) in tryToCloneSchema() argument
26817 static void tryToClone(ShellState *p, const char *zNewDb){ in tryToClone()
26843 static void output_redir(ShellState *p, FILE *pfNew){ in output_redir()
26866 static void output_reset(ShellState *p){ in output_reset()
26947 static int shell_dbinfo_command(ShellState *p, int nArg, char **azArg){ in shell_dbinfo_command()
27045 static int shell_dbtotxt_command(ShellState *p, int nArg, char **azArg){ in shell_dbtotxt_command()
27275 static void clearTempFile(ShellState *p){ in clearTempFile()
27286 static void newTempFile(ShellState *p, const char *zSuffix){ in newTempFile()
27373 ShellState *pState, /* Current shell tool state */ in lintFkeyIndexes()
27549 ShellState *pState, /* Current shell tool state */ in lintDotCommand()
27670 ShellState *p; /* Shell state */
28291 ShellState *pState, /* Current shell tool state */ in arDotCommand()
28408 ShellState *pState = (ShellState*)pCtx; in recoverSqlCb()
28418 static int recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg){ in recoverDatabaseCmd()
28482 static int intckDatabaseCmd(ShellState *pState, i64 nStepPerUnlock){ in intckDatabaseCmd()
28740 static int outputDumpWarning(ShellState *p, const char *zLike){ in outputDumpWarning()
28804 static int do_meta_command(char *zLine, ShellState *p){ in do_meta_command()
29543 ShellState data; in do_meta_command()
30921 ShellState data; in do_meta_command()
32602 static int doAutoDetectRestore(ShellState *p, const char *zSql){ in doAutoDetectRestore()
32672 static int runOneSqlLine(ShellState *p, char *zSql, FILE *in, int startline){ in runOneSqlLine()
32721 static void echo_group_input(ShellState *p, const char *zDo){ in echo_group_input()
32770 static int process_input(ShellState *p){ in process_input()
32992 ShellState *p, /* Configuration data */ in process_sqliterc()
33124 static void main_init(ShellState *data) { in main_init()
33190 ShellState *p = (ShellState*)pArg; in vfstraceOut()
33222 ShellState data;