Searched refs:pState (Results 1 – 3 of 3) sorted by relevance
239 STDMETHOD(GetState)(_Out_ InstanceState *pState) = 0;
20913 ShellState *pState, in expertHandleSQL() argument20917 assert( pState->expert.pExpert ); in expertHandleSQL()20919 return sqlite3_expert_sql(pState->expert.pExpert, zSql, pzErr); in expertHandleSQL()20933 ShellState *pState, in expertFinish() argument20938 sqlite3expert *p = pState->expert.pExpert; in expertFinish()20942 int bVerbose = pState->expert.bVerbose; in expertFinish()20969 pState->expert.pExpert = 0; in expertFinish()20977 ShellState *pState, /* Current shell tool state */ in expertDotCommand() argument20986 assert( pState->expert.pExpert==0 ); in expertDotCommand()20987 memset(&pState->expert, 0, sizeof(ExpertInfo)); in expertDotCommand()[all …]
219125 RbuState *pState = rbuLoadState(p);219126 if( pState ){219127 bOpen = (pState->eStage>=RBU_STAGE_MOVE);219128 rbuFreeState(pState);219281 static void rbuSetupCheckpoint(sqlite3rbu *p, RbuState *pState){219286 if( pState==0 ){219330 p->nStep = (pState ? pState->nRow : 0);219336 if( p->nFrame==0 || (pState && pState->iWalCksum!=p->iWalCksum) ){220090 static void rbuSetupOal(sqlite3rbu *p, RbuState *pState){220092 if( pState->zTbl ){[all …]