Home
last modified time | relevance | path

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

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