Home
last modified time | relevance | path

Searched defs:newIdx (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dinsert.c117 int newIdx = -1; /* Cursor for the NEW table */ in sqliteInsert() local
870 int newIdx /* Index of NEW table for triggers. -1 if none */ in sqliteCompleteInsertion()
H A Dupdate.c60 int newIdx = -1; /* index of trigger "new" temp table */ in sqliteUpdate() local
H A Dtrigger.c685 int newIdx, /* The indice of the "new" row to access */ in sqliteCodeRowTrigger()
H A DsqliteInt.h1067 int newIdx; /* Index of vdbe cursor to "new" temp table */ member