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