Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/src/
H A Dinsert.c120 int newIdx = -1; /* Cursor for the NEW table */ in sqliteInsert() local
873 int newIdx /* Index of NEW table for triggers. -1 if none */ in sqliteCompleteInsertion()
H A Dupdate.c63 int newIdx = -1; /* index of trigger "new" temp table */ in sqliteUpdate() local
H A Dtrigger.c688 int newIdx, /* The indice of the "new" row to access */ in sqliteCodeRowTrigger()
H A DsqliteInt.h1070 int newIdx; /* Index of vdbe cursor to "new" temp table */ member