Home
last modified time | relevance | path

Searched refs:ignoreJump (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtrigger.c688 int ignoreJump /* Instruction to jump to for RAISE(IGNORE) */ in sqliteCodeRowTrigger() argument
733 pTriggerStack->ignoreJump = ignoreJump; in sqliteCodeRowTrigger()
H A DsqliteInt.h1070 int ignoreJump; /* where to jump to for a RAISE(IGNORE) */ member
H A Dexpr.c1257 sqliteVdbeOp3(v, OP_Goto, 0, pParse->trigStack->ignoreJump, in sqliteExprCode()