Home
last modified time | relevance | path

Searched refs:pState (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/boot/ficl/
HDficl.c389 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()
HDvm.c567 if (pVM->pState) in vmThrow()
568 longjmp(*(pVM->pState), except); in vmThrow()
579 longjmp(*(pVM->pState), VM_ERREXIT); in vmThrowErr()
HDficl.h479 jmp_buf *pState; /* crude exception mechanism... */ member
HDwords.c4604 pVM->pState = &vmState; in ficlCatch()
4630 pVM->pState = VM.pState; /* Restore just the setjmp vector */ in ficlCatch()
/NextBSD/contrib/sqlite3/
HDsqlite3.c159255 static void rbuSetupCheckpoint(sqlite3rbu *p, RbuState *pState){
159260 if( pState==0 ){
159304 p->nStep = (pState ? pState->nRow : 0);
159309 if( p->rc==SQLITE_OK && pState && pState->iWalCksum!=p->iWalCksum ){
159898 static void rbuSetupOal(sqlite3rbu *p, RbuState *pState){
159900 if( pState->zTbl ){
159905 || rbuStrCompare(pIter->zIdx, pState->zIdx)
159906 || rbuStrCompare(pIter->zTbl, pState->zTbl)
159917 p->nStep = pState->nRow;
159984 RbuState *pState = 0;
[all …]