Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h97 struct InLoop { struct
98 int iCur; /* The VDBE cursor used by this IN operator */
99 int addrInTop; /* Top of the IN loop */
100 int iBase; /* Base register of multi-key index record */
101 int nPrefix; /* Number of prior entires in the key */
102 u8 eEndLoopOp; /* IN Loop terminator. OP_Next or OP_Prev */