Lines Matching refs:ShellState

15527 typedef struct ShellState ShellState;
15528 struct ShellState {
15607 static ShellState shellState;
15611 /* Allowed values for ShellState.autoEQP
15618 /* Allowed values for ShellState.openMode
15628 /* Allowed values for ShellState.eTraceType
15634 /* Bits in the ShellState.flgProgress variable */
15730 ShellState *p = (ShellState*)pArg;
15747 ShellState *p = (ShellState*)sqlite3_user_data(pCtx);
15758 ShellState *p,
15920 static void outputModePush(ShellState *p){
15926 static void outputModePop(ShellState *p){
16209 static void output_csv(ShellState *p, const char *z, int bSep){
16272 ShellState *p = (ShellState*)pClientData;
16320 ShellState *p = (ShellState*)pClientData;
16417 static void eqp_append(ShellState *p, int iEqpId, int p2, const char *zText){
16443 static void eqp_reset(ShellState *p){
16455 static EQPGraphRow *eqp_next_row(ShellState *p, int iEqpId, EQPGraphRow *pOld){
16464 static void eqp_render_level(ShellState *p, int iEqpId){
16484 static void eqp_render(ShellState *p){
16509 ShellState *p = (ShellState*)pClientData;
16541 ShellState *p,
16570 ShellState *p = (ShellState*)pArg;
16965 static void createSelftestTable(ShellState *p){
17012 ** Set the destination table field of the ShellState structure to
17016 static void set_table_name(ShellState *p, const char *zName){
17095 ShellState *p, /* Query context */
17204 ShellState *p, /* The shell context */
17231 ShellState *pArg, /* Pointer to ShellState */
17377 ShellState *pArg /* Pointer to ShellState */
17436 ** and populate the ShellState.aiIndent[] array with the number of
17455 static void explain_data_prepare(ShellState *p, sqlite3_stmt *pSql){
17539 static void explain_data_delete(ShellState *p){
17564 static void bind_table_init(ShellState *p){
17593 static void bind_prepared_stmt(ShellState *pArg, sqlite3_stmt *pStmt){
17672 ShellState *p,
17831 ShellState *p, /* Pointer to ShellState */
18056 ShellState *pArg, /* Pointer to ShellState */
18146 ShellState *pState,
18166 ShellState *pState,
18211 ShellState *pState, /* Current shell tool state */
18276 ShellState *pArg, /* Pointer to ShellState */
18451 static char **tableColumnList(ShellState *p, const char *zTab){
18570 ShellState *p = (ShellState *)pArg;
18687 ShellState *p,
19085 static int process_input(ShellState *p);
19145 static void session_close_all(ShellState *p, int i){
19222 static unsigned char *readHexDb(ShellState *p, int *pnData){
19474 static void open_db(ShellState *p, int openFlags){
19766 static void setOrClearFlag(ShellState *p, unsigned mFlag, const char *zArg){
19809 void *pArg, /* The ShellState pointer */
19813 ShellState *p = (ShellState*)pArg;
20043 ShellState *p,
20155 ShellState *p,
20158 void (*xForEach)(ShellState*,sqlite3*,const char*)
20233 static void tryToClone(ShellState *p, const char *zNewDb){
20262 static void output_reset(ShellState *p){
20329 static int shell_dbinfo_command(ShellState *p, int nArg, char **azArg){
20559 static void clearTempFile(ShellState *p){
20570 static void newTempFile(ShellState *p, const char *zSuffix){
20657 ShellState *pState, /* Current shell tool state */
20833 ShellState *pState, /* Current shell tool state */
20962 ShellState *p; /* Shell state */
21583 ShellState *pState, /* Current shell tool state */
21700 ShellState *pState = (ShellState*)pCtx;
21710 static int recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg){
21994 static int do_meta_command(char *zLine, ShellState *p){
22716 ShellState data;
23943 ShellState data;
25392 static int runOneSqlLine(ShellState *p, char *zSql, FILE *in, int startline){
25439 static void echo_group_input(ShellState *p, const char *zDo){
25485 static int process_input(ShellState *p){
25667 ShellState *p, /* Configuration data */
25794 static void main_init(ShellState *data) {
25874 ShellState data;