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