Searched refs:ignoreJump (Results 1 – 3 of 3) sorted by relevance
688 int ignoreJump /* Instruction to jump to for RAISE(IGNORE) */ in sqliteCodeRowTrigger() argument733 pTriggerStack->ignoreJump = ignoreJump; in sqliteCodeRowTrigger()
1070 int ignoreJump; /* where to jump to for a RAISE(IGNORE) */ member
1257 sqliteVdbeOp3(v, OP_Goto, 0, pParse->trigStack->ignoreJump, in sqliteExprCode()