Searched defs:InLoop (Results 1 – 1 of 1) sorted by relevance
97 struct InLoop { struct98 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 */