Lines Matching refs:ShellState

9744 typedef struct ShellState ShellState;  typedef
9745 struct ShellState { struct
9906 ShellState *p = (ShellState*)pArg; in shellLog()
9923 ShellState *p = (ShellState*)sqlite3_user_data(pCtx); in shellPutsFunc()
10076 static void outputModePush(ShellState *p){ in outputModePush()
10082 static void outputModePop(ShellState *p){ in outputModePop()
10318 static void output_csv(ShellState *p, const char *z, int bSep){ in output_csv()
10384 ShellState *p = (ShellState*)pClientData; in shellAuth()
10458 static void eqp_append(ShellState *p, int iEqpId, int p2, const char *zText){ in eqp_append()
10482 static void eqp_reset(ShellState *p){ in eqp_reset()
10494 static EQPGraphRow *eqp_next_row(ShellState *p, int iEqpId, EQPGraphRow *pOld){ in eqp_next_row()
10503 static void eqp_render_level(ShellState *p, int iEqpId){ in eqp_render_level()
10523 static void eqp_render(ShellState *p){ in eqp_render()
10548 ShellState *p = (ShellState*)pClientData; in progress_handler()
10575 ShellState *p = (ShellState*)pArg; in shell_callback()
10960 static void createSelftestTable(ShellState *p){ in createSelftestTable()
11011 static void set_table_name(ShellState *p, const char *zName){ in set_table_name()
11048 ShellState *p, /* Query context */ in run_table_dump_query()
11143 ShellState *p, /* The shell context */ in displayStatLine()
11170 ShellState *pArg, /* Pointer to ShellState */ in display_stats()
11301 ShellState *pArg /* Pointer to ShellState */ in display_scanstats()
11376 static void explain_data_prepare(ShellState *p, sqlite3_stmt *pSql){ in explain_data_prepare()
11459 static void explain_data_delete(ShellState *p){ in explain_data_delete()
11497 static void bind_table_init(ShellState *p){ in bind_table_init()
11526 static void bind_prepared_stmt(ShellState *pArg, sqlite3_stmt *pStmt){ in bind_prepared_stmt()
11564 ShellState *pArg, /* Pointer to ShellState */ in exec_prepared_stmt()
11632 ShellState *pState, in expertHandleSQL()
11652 ShellState *pState, in expertFinish()
11697 ShellState *pState, /* Current shell tool state */ in expertDotCommand()
11761 ShellState *pArg, /* Pointer to ShellState */ in shell_exec()
11939 static char **tableColumnList(ShellState *p, const char *zTab){ in tableColumnList()
12055 ShellState *p = (ShellState *)pArg; in dump_callback()
12163 ShellState *p, in run_schema_dump_query()
12505 static int process_input(ShellState *p);
12565 static void session_close_all(ShellState *p){ in session_close_all()
12641 static unsigned char *readHexDb(ShellState *p, int *pnData){ in readHexDb()
12881 static void open_db(ShellState *p, int openFlags){ in open_db()
13155 static void setOrClearFlag(ShellState *p, unsigned mFlag, const char *zArg){ in setOrClearFlag()
13202 ShellState *p = (ShellState*)pArg; in sql_trace_callback()
13420 ShellState *p, in tryToCloneData()
13530 ShellState *p, in tryToCloneSchema()
13533 void (*xForEach)(ShellState*,sqlite3*,const char*) in tryToCloneSchema() argument
13604 static void tryToClone(ShellState *p, const char *zNewDb){ in tryToClone()
13633 static void output_reset(ShellState *p){ in output_reset()
13673 static int db_int(ShellState *p, const char *zSql){ in db_int()
13699 static int shell_dbinfo_command(ShellState *p, int nArg, char **azArg){ in shell_dbinfo_command()
13928 static void clearTempFile(ShellState *p){ in clearTempFile()
13939 static void newTempFile(ShellState *p, const char *zSuffix){ in newTempFile()
14029 ShellState *pState, /* Current shell tool state */ in lintFkeyIndexes()
14205 ShellState *pState, /* Current shell tool state */ in lintDotCommand()
14333 ShellState *p; /* Shell state */
14901 ShellState *pState, /* Current shell tool state */ in arDotCommand()
15260 ShellState *pState, /* Shell state object */ in recoverFindTable()
15300 ShellState *pState, /* Shell state object */ in recoverOrphanTable()
15367 static int recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg){ in recoverDatabaseCmd()
15689 static int do_meta_command(char *zLine, ShellState *p){ in do_meta_command()
15917 ShellState data; in do_meta_command()
16287 ShellState data; in do_meta_command()
17361 ShellState data; in do_meta_command()
18643 static int runOneSqlLine(ShellState *p, char *zSql, FILE *in, int startline){ in runOneSqlLine()
18686 static int process_input(ShellState *p){ in process_input()
18848 ShellState *p, /* Configuration data */ in process_sqliterc()
18964 static void main_init(ShellState *data) { in main_init()
19032 ShellState data;