Searched defs:MultiCursor (Results 1 – 2 of 2) sorted by relevance
200 struct MultiCursor { struct202 MultiCursor *pNext; /* Next cursor owned by connection pDb */ argument203 int flags; /* Mask of CURSOR_XXX flags */205 int eType; /* Cache of current key type */207 LsmBlob val; /* Cache of current value */210 TreeCursor *apTreeCsr[2]; /* Up to two tree cursors */212 SegmentPtr *aPtr; /* Array of segment pointers */213 int nPtr; /* Size of array aPtr[] */217 int nTree; /* Size of aTree[] array */221 void *pSystemVal; /* Pointer to buffer to free */[all …]
88 typedef struct MultiCursor MultiCursor; typedef