Home
last modified time | relevance | path

Searched defs:iKey (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.c2097 u32 iKey; in sqliteVdbeExec() local
2566 int iKey = intToKey(pTos->i); in sqliteVdbeExec() local
2781 int res, rx, iKey; in sqliteVdbeExec() local
2936 int nKey, iKey; in sqliteVdbeExec() local
H A DvdbeInt.h79 int iKey; /* Key for the NEW or OLD pseudo-table row */ member