Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c200 struct MultiCursor { struct
202 MultiCursor *pNext; /* Next cursor owned by connection pDb */ argument
203 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 …]
H A DlsmInt.h88 typedef struct MultiCursor MultiCursor; typedef