Searched defs:newIdx (Results 1 – 4 of 4) sorted by relevance
117 int newIdx = -1; /* Cursor for the NEW table */ in sqliteInsert() local870 int newIdx /* Index of NEW table for triggers. -1 if none */ in sqliteCompleteInsertion()
60 int newIdx = -1; /* index of trigger "new" temp table */ in sqliteUpdate() local
685 int newIdx, /* The indice of the "new" row to access */ in sqliteCodeRowTrigger()
1067 int newIdx; /* Index of vdbe cursor to "new" temp table */ member