Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dupdate.c61 int oldIdx = -1; /* index of trigger "old" temp table */ in sqliteUpdate() local
H A Ddelete.c76 int oldIdx = -1; /* Cursor for the OLD table of AFTER triggers */ in sqliteDeleteFrom() local
H A Dtrigger.c686 int oldIdx, /* The indice of the "old" row to access */ in sqliteCodeRowTrigger()
H A DsqliteInt.h1068 int oldIdx; /* Index of vdbe cursor to "old" temp table */ member