Searched refs:hasTwoRecnos (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | insert.c | 644 int hasTwoRecnos = (isUpdate && recnoChng); in sqliteGenerateConstraintChecks() local 683 sqliteVdbeAddOp(v, OP_Pop, nCol+1+hasTwoRecnos, 0); in sqliteGenerateConstraintChecks() 737 sqliteVdbeAddOp(v, OP_Dup, nCol+hasTwoRecnos, 1); in sqliteGenerateConstraintChecks() 745 sqliteVdbeAddOp(v, OP_Pop, nCol+1+hasTwoRecnos, 0); in sqliteGenerateConstraintChecks() 798 sqliteVdbeAddOp(v, OP_Dup, extra+nCol+1+hasTwoRecnos, 1); in sqliteGenerateConstraintChecks() 833 sqliteVdbeAddOp(v, OP_Pop, nCol+extra+3+hasTwoRecnos, 0); in sqliteGenerateConstraintChecks() 840 sqliteVdbeAddOp(v, OP_Dup, nCol+extra+1+hasTwoRecnos, 1); in sqliteGenerateConstraintChecks()
|