Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dinsert.c641 int hasTwoRecnos = (isUpdate && recnoChng); in sqliteGenerateConstraintChecks() local
680 sqliteVdbeAddOp(v, OP_Pop, nCol+1+hasTwoRecnos, 0); in sqliteGenerateConstraintChecks()
734 sqliteVdbeAddOp(v, OP_Dup, nCol+hasTwoRecnos, 1); in sqliteGenerateConstraintChecks()
742 sqliteVdbeAddOp(v, OP_Pop, nCol+1+hasTwoRecnos, 0); in sqliteGenerateConstraintChecks()
795 sqliteVdbeAddOp(v, OP_Dup, extra+nCol+1+hasTwoRecnos, 1); in sqliteGenerateConstraintChecks()
830 sqliteVdbeAddOp(v, OP_Pop, nCol+extra+3+hasTwoRecnos, 0); in sqliteGenerateConstraintChecks()
837 sqliteVdbeAddOp(v, OP_Dup, nCol+extra+1+hasTwoRecnos, 1); in sqliteGenerateConstraintChecks()