Searched refs:pState (Results 1 – 7 of 7) sorted by relevance
389 oldState = pVM->pState; in ficlExecC()390 pVM->pState = &vmState; /* This has to come before the setjmp! */ in ficlExecC()454 pVM->pState = oldState; in ficlExecC()495 oldState = pVM->pState; in ficlExecXT()496 pVM->pState = &vmState; /* This has to come before the setjmp! */ in ficlExecXT()525 pVM->pState = oldState; in ficlExecXT()531 pVM->pState = oldState; in ficlExecXT()
567 if (pVM->pState) in vmThrow()568 longjmp(*(pVM->pState), except); in vmThrow()579 longjmp(*(pVM->pState), VM_ERREXIT); in vmThrowErr()
479 jmp_buf *pState; /* crude exception mechanism... */ member
4616 pVM->pState = &vmState; in ficlCatch()4642 pVM->pState = VM.pState; /* Restore just the setjmp vector */ in ficlCatch()
239 STDMETHOD(GetState)(_Out_ InstanceState *pState) = 0;
14440 ShellState *pState, in expertHandleSQL() argument14460 ShellState *pState, in expertFinish() argument14469 FILE *out = pState->out; in expertFinish()14497 pState->expert.pExpert = 0; in expertFinish()14544 pState->expert.pExpert = sqlite3_expert_new(pState->db, &zErr); in expertDotCommand()17832 cmd.p = pState; in arDotCommand()17833 cmd.db = pState->db; in arDotCommand()17901 arUsage(pState->out); in arDotCommand()17919 if( cmd.db!=pState->db ){ in arDotCommand()18367 shellExec(pState->db, &rc, in recoverDatabaseCmd()[all …]
204629 if( pState ){204631 rbuFreeState(pState);204789 if( pState==0 ){204833 p->nStep = (pState ? pState->nRow : 0);204839 if( p->nFrame==0 || (pState && pState->iWalCksum!=p->iWalCksum) ){205604 if( pState->zTbl ){205610 || (pState->zDataTbl==0 && rbuStrCompare(pIter->zTbl, pState->zTbl))205611 || (pState->zDataTbl && rbuStrCompare(pIter->zDataTbl, pState->zDataTbl))205786 RbuState *pState = 0;205852 && pState->eStage!=0[all …]